Groovy Documentation

griffon.plugins.jcr
[Java] Annotation Type JcrAware

java.lang.Object
  griffon.plugins.jcr.JcrAware

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

Annotates a class.

Authors:
Andres Almiray
See Also:
JcrAwareASTTransformation


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

Groovy Documentation