Closed GoogleCodeExporter closed 9 years ago
Is becouse you don't set the correct Rentention on your Annotation:
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD})
public @interface Section {
String id();
Action[] actions() default {};
}
http://tutorials.jenkov.com/java-reflection/annotations.html
Original comment by fernando...@gmail.com
on 6 May 2013 at 9:24
Original comment by ronm...@gmail.com
on 23 Nov 2013 at 12:26
Original issue reported on code.google.com by
rmbarn...@gmail.com
on 13 Nov 2012 at 8:15