Annotation Type View
-
@Target(METHOD) @Retention(RUNTIME) @Documented @Repeatable(ViewGroup.class) public @interface View
A view handler method is annotated withView
.If a handler method is able to handle multiple views,
ViewGroup
is used instead to group severalView
annotations.- Author:
- Richard "Shred" Körber