I’m using this tutorial: http://www.objectdb.com/tutorial/jpa/eclipse/ee/ejb
I keep seeing words prefixed with @. Is there somewhere I can find a list of these and read about what they do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
These are known as annotations. Read the Java Tutorial article about them for an introduction. To quote that article:
After reading that article, you can move on to this reference of EJB annotations, which should explain the annotations featured in that particular tutorial.