@Retention(value=RUNTIME) @Target(value=TYPE) public @interface AcceptCriterion
com.vaadin.client.ui.dd.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 © 2017 Vaadin Ltd. All rights reserved.