vote up 5 vote down star
2

There must be a good book/PDF/HTML file that describes the essentials & good practices of annotations in Java. I sort of know what they are from other good Java books, but I'm looking for something that would teach me most of what I would need to know to make good use of them. (preferably in PDF/HTML so I can print it out & read at my leisure, book ok also but those go out of date so fast...)

Any recommendations?

edit: I found the Sun guides, as well as tutorials like these from O'Reilly and DevX, and the section of Effective Java that covers them... OK, so I know what they are and what tools to read them, but that doesn't tell me much about how they are put to use in practice. (other than a little bit in Effective Java and the O'Reilly article above that suggest their use in automated testing frameworks)

flag

56% accept rate

3 Answers

vote up 3 vote down

Some opinions on annotations: http://faler.wordpress.com/2007/11/21/when-to-use-and-not-to-use-java-annotations/

This guy is very much against them: http://www.softwarereality.com/programming/annotations.jsp

Best Practices: http://willcode4beer.com/opinion.jsp?set=annotations_gotchas_best_practices

Hope this helps. Let us know what you find.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.