Article complet:
17.06.05
backport175 is porting of the Java 5 annotations (JSR-175) specification to the Java 1.3 and 1.4 platform, making strongly typed annotation available for older JVMs. They are bytecode compatible with Java 5 annotations making them available for use by tools or AOP frameworks.
The project also includedes plugins for IDEA and Eclipse.
Le plugin Eclipse ajoute une nature Backport175 qui injecte automatiquement dans le bytecode java 1.4/1.3 les informations des annotations. Tout semble être transparent, il n'y a pas de perte de productivité.
When you will build, the annotation will be compiled into the compiled class file just a the Java 5 compiler would do with Java 5 annoations.
Trackback address for this post:
http://www.vidal.biz/blogs/htsrv/trackback.php/708
Comments, Trackbacks, Pingbacks:
No Comments/Trackbacks/Pingbacks for this post yet...
Comments are not allowed from anonymous visitors.