-
Annotations
i heard that annotations are used to generate code. but i want one example to view exactly how this happens. i tried with annotation processor. i dint get proper example to try it out. i know customised annotation. but it does not do anything with generating the code. so i wanted one full example starting from creating annotation processor to using the annotation in the application.
-
APT or jelly?
Hi,
have you ever tried the jelly project? (apt-jelly.sourceforge.net/). It claims to make the Sun-given APT code more user-friendly and understandable, which makes perfect sense IMHO.