Groovy Documentation

griffon.plugins.blueprints
[Java] Annotation Type BlueprintsAware

java.lang.Object
  griffon.plugins.blueprints.BlueprintsAware

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

Annotates a class.

Authors:
Andres Almiray
See Also:
BlueprintsAwareASTTransformation


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

Groovy Documentation