Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 351 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 351 Bytes

backport175 annotation compiler

backport175 is a fully compliant backport of the Java 5 annotations (JSR-175) specification. Making strongly typed annotations available for JDK 1.3/1.4. They are bytecode compatible with Java 5 annotations making them available for use by standard tools (APT, IDEs etc.).

Written by Jonas Bonér and Alex Vasseur.