@Retention(value=RUNTIME) @Target(value=TYPE) public @interface AcceptCriterion
VAcceptCriterion
class.
Annotations are used at GWT compilation phase, so remember to rebuild your
widgetset if you do changes for AcceptCriterion
mappings.
Prior to Vaadin 7, the mapping was done with an annotation on server side
classes.
public abstract Class<?> value
Copyright © 2019 Vaadin Ltd. All rights reserved.