JSR-269

all tags

Pages tagged with "JSR-269":

JSR-269 Annotation Processing

13 Aug 2013 , tagged: Java, Annotation, JSR-269, Reading List

I’ve been contemplating compile time bytecode manipulation for the Object Mapper Framework for a while now. Compile time instrumentation of classes seems to be a better approach and does away a whole lot of class loading issues, especially in OSGI environments. In any case, I remembered Project Lombok and reading about JSR-269, which was introduced with Java 1.6. It’s an API that allows you to plug custom annotation processors into javac.

read more →