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,
ViewGroupis used instead to group severalViewannotations.- Author:
- Richard "Shred" Körber