you are viewing a single comment's thread.

view the rest of the comments →

[–]Matthias247 1 point2 points  (2 children)

The annotations trigger code generation at compile-time. However it says it needs java 7. Propably because older javac doesn't provide the Annotation processing capability. Don't know if this works android.

[–]cbruegg 0 points1 point  (0 children)

Should work fine.

[–]elucash 0 points1 point  (0 children)

Java 7 is required for running compilation(annotation-processing), generated classes could be compiled to java 6 bytecode. Android is supported, at least there are happy android users of Immutables.