Groovy Documentation

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:

Authors:
Francis McKenzie


Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Groovy Documentation