Griffon 0.9.5-rc2

griffon.transform
[Java] Annotation Type MVCAware

java.lang.Object
  griffon.transform.MVCAware

@Retention(RetentionPolicy.SOURCE)
@Target({ElementType.TYPE})
@GroovyASTTransformationClass("org.codehaus.griffon.ast.MVCAwareASTTransformation")
public @interface MVCAware

Annotates a class.

When annotating a class it indicates that it will be able to handle MVC groups, that is, instantiate them. The class will have the ability to create new instances of MVC groups, including short-lived ones.

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

Authors:
Andres Almiray
See Also:
MVCHandler
org.codehaus.griffon.ast.MVCAwareASTTransformation
Since:
0.9.3


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

Groovy Documentation