|
[Releases]
Introducing backport175 - a backport of Java 5 annotations for Java 1.3/1.4
[
jonas
]
backport175 1.0 RC 1 has been released.
backport175 is backport of the Java 5 annotations (JSR-175) specification. Making strongly typed annotation available for Java 1.3/1.4 platforms. They are bytecode compatible with Java 5 annotations making them available for use by tools etc. backport175 is Open Source and freely available under Apache License Version 2.0.ModulesIt has two separate modules:
PluginsIt also comes with an Ant task and is fully integrated with an Eclipse plugin and an IntelliJ IDEA plugin.
Here is an example of the IDEA plugin in action:
Hi guys, --Emmanuel Bernard, February 15, 2005 05:41 PM
Hey. Currently you can't. This is however something that would be fairly easy to add. However, we handle default values when you are reading "real" Java 5 annotations using the Reader module. /Jonas --Jonas Boner, February 15, 2005 06:35 PM
Well, using annotations wo default values is most likely PITA, if they are designed in the same way as the J2EE 5.0 ones. Configuration by exception is the rule. --Emmanuel Bernard, February 15, 2005 07:31 PM
Hi Guys, --Mario Gleichmann, March 21, 2005 03:14 PM
Post a comment
|