How to create a custom Annotation and processing it using APT ?

Posted by Dhana on Stack Overflow See other posts from Stack Overflow or by Dhana
Published on 2010-05-18T16:54:21Z Indexed on 2010/05/18 17:20 UTC
Read the original article Hit count: 259

Filed under:
|
|
|
|

Hi,

I'm new to Java Annotation. I know how to create custom annotation but I don't know how to process that Annotation to generate the dynamic code just like ejb 3.0 and hibernate does.
I read some articles based on APT but no one gives the details about how to process the Annotation.
Are there any tutorials with sample code for processing custom Annotations?

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about annotations