| Package | Description | 
|---|---|
| griffon.transform | Annotations used to transform code (Lombok, Groovy AST transformations). | 
| org.codehaus.griffon.compile.core.ast.transform | AST Transformations for Annotations under  griffon.transformpackage. | 
| org.codehaus.griffon.runtime.core.controller | Controller action implementation [INTERNAL USE]. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Threading.Policy | Threading.Policy. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Threading.Policy[] | Threading.Policy. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Threading.Policy | ThreadingASTTransformation. getThreadingPolicy(org.codehaus.groovy.ast.AnnotationNode annotation) | 
| static Threading.Policy | ThreadingASTTransformation. getThreadingPolicy(org.codehaus.groovy.ast.MethodNode method,
                  Threading.Policy defaultPolicy) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Threading.Policy | ThreadingASTTransformation. getThreadingPolicy(org.codehaus.groovy.ast.MethodNode method,
                  Threading.Policy defaultPolicy) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Threading.Policy | AbstractActionManager. resolveThreadingPolicy() | 
| protected Threading.Policy | AbstractActionManager. resolveThreadingPolicy(GriffonController controller) | 
| protected Threading.Policy | AbstractActionManager. resolveThreadingPolicy(GriffonController controller,
                      String actionName) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Map<String,Threading.Policy> | AbstractActionManager. getThreadingPolicies() |