What does this mean:
{@link KeyEvent#KEYCODE_ENTER}
I have seen it a couple times and I'm not quite sure what it represents. I am writing a testing program using Robotium, JUnit, and Android. If anyone could offer some clarification on the subject, more specificly, the {@link} part, that would be great!
Thank you in advance.