Package com.vaadin.shared.ui.dd
Annotation Type AcceptCriterion
-
@Retention(RUNTIME) @Target(TYPE) public @interface AcceptCriterion
An annotation type used to point the server side counterpart for client side aVAcceptCriterionclass.Annotations are used at GWT compilation phase, so remember to rebuild your widgetset if you do changes for
AcceptCriterionmappings. Prior to Vaadin 7, the mapping was done with an annotation on server side classes.- Since:
- 7.0
-
-
Element Detail
-
value
Class<?> value
- Returns:
- the class of the server side counterpart for the annotated criterion
-
-