Groovy Documentation

griffon.plugins.datasource
[Java] Annotation Type DataSourceAware

java.lang.Object
  griffon.plugins.datasource.DataSourceAware

@Retention(RetentionPolicy.SOURCE)
@Target(ElementType.TYPE)
@GroovyASTTransformationClass("org.codehaus.griffon.ast.DataSourceAwareASTTransformation")
public @interface DataSourceAware

Annotates a class.

Authors:
Andres Almiray
See Also:
DataSourceAwareASTTransformation


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

Groovy Documentation