org.grails.plugin.vaadin
[Java] Annotation Type NoVaadinApi
java.lang.Object
org.grails.plugin.vaadin.NoVaadinApi
public @interface NoVaadinApi
Annotation for disabling automatic injection of the Vaadin API
into what would otherwise appear to be a Vaadin class.
A class is considered a Vaadin class if it meets the following requirements:
- Exists under the
grails-app
directory
- Has a name ending
VaadinController
or has the word vaadin
in its package name, or the package name of any of its superclasses.
- Authors:
- Francis McKenzie
Groovy Documentation