Useful Java Annotations

Posted by Jon on Stack Overflow See other posts from Stack Overflow or by Jon
Published on 2009-12-03T22:39:09Z Indexed on 2010/04/22 18:33 UTC
Read the original article Hit count: 354

I'm interested in finding out exactly which Java annotations people think are most useful during development. This doesn't necessarily have to limited to the core Java API, you may include annotations you found in third party libraries or annotations you've developed yourself (make sure you include a link to the source).

I'm really interested in common development tasks rather than knowing why the @ManyToOne(optional=false) in JPA is awesome...

Include the annotation and a description of why it's useful for general development.

© Stack Overflow or respective owner

Related posts about java

Related posts about annotations