Closed GoogleCodeExporter closed 9 years ago
That's weird, because an @Extra annotation without any value is invalid and
shouldn't even be given to the AnnotationProcessor. Here is the @Extra
definition:
@Retention(RetentionPolicy.SOURCE)
@Target(ElementType.FIELD)
public @interface Extra {
String value();
}
Original comment by py.ricau
on 18 Jul 2011 at 2:12
There also seems to be a CodeModel related bug here, it should have failed
earlier, instead of going all NPE..
Original comment by py.ricau
on 18 Jul 2011 at 2:15
This issue was closed by revision r1110.
Original comment by py.ricau
on 18 Jul 2011 at 2:34
Original issue reported on code.google.com by
py.ricau
on 18 Jul 2011 at 1:44