Griffon 1.2.0

griffon.transform
[Java] Annotation Type ResourceResolverAware

java.lang.Object
  griffon.transform.ResourceResolverAware

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

Annotates a class.

When annotating a class it indicates that it will be able to resolve messages using Griffon's ResourceResolver mechanism.

The following methods will be added to classes annotated with @ResourceResolverAware

Authors:
Andres Almiray
See Also:
ResourceResolverAwareASTTransformation


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

Groovy Documentation