Do Java annotations add notation or functionality?

Posted by cafe on Stack Overflow See other posts from Stack Overflow or by cafe
Published on 2010-04-01T08:39:32Z Indexed on 2010/04/01 8:43 UTC
Read the original article Hit count: 216

Filed under:
|

Are Java annotations used for adding functionality to Java code besides just adding documentation about what's going on in the code? What's the most advanced/complex functionality you could add to your code through an annotation?

© Stack Overflow or respective owner

Related posts about java

Related posts about annotations