I need a help on java custom annotations, I know how to create annotations but I do not know how to process that.
I have gone through some information where I saw APT which is com.sun.mirror.*
and another javax.annotation.processing.*
, I got confused between two.
Can any one please guide me to process custom annotations and provide useful link.