Package | Description |
---|---|
org.codehaus.griffon.compile.core |
Compile-time metadata generation tools.
|
org.codehaus.griffon.compile.core.ast.transform |
AST Transformations for Annotations under
griffon.transform package. |
Modifier and Type | Interface and Description |
---|---|
interface |
EventPublisherConstants |
interface |
MessageSourceAwareConstants |
interface |
MVCAwareConstants |
interface |
ObservableConstants |
interface |
ResourceResolverAwareConstants |
interface |
ResourcesAwareConstants |
interface |
ThreadingAwareConstants |
interface |
VetoableConstants |
Modifier and Type | Class and Description |
---|---|
class |
EventPublisherASTTransformation
Handles generation of code for the
@EventPublisher annotation. |
class |
GriffonArtifactASTInjector |
class |
GriffonArtifactASTTransformation
Handles generation of code for Griffon artifacts.
|
class |
GriffonControllerASTInjector |
class |
GriffonControllerASTTransformation
Handles generation of code for Griffon controllers.
|
class |
GriffonModelASTTransformation
Handles generation of code for Griffon models.
|
class |
GriffonMvcArtifactASTInjector |
class |
GriffonServiceASTTransformation
Handles generation of code for Griffon controllers.
|
class |
GriffonViewASTTransformation
Handles generation of code for Griffon controllers.
|
class |
MessageSourceAwareASTTransformation
Handles generation of code for the
@MessageSourceAware annotation. |
class |
MVCAwareASTTransformation
Handles generation of code for the
@MVCAware annotation. |
class |
ObservableASTTransformation
Handles generation of code for the
@Observable annotation. |
class |
ResourceResolverAwareASTTransformation
Handles generation of code for the
@ResourceResolverAware annotation. |
class |
ResourcesAwareASTTransformation
Handles generation of code for the
@ResourcesAware annotation. |
class |
ThreadingASTTransformation
Handles generation of code for the
@Threading annotation. |
class |
ThreadingAwareASTTransformation
Handles generation of code for the
@ThreadingAware annotation. |
class |
VetoableASTTransformation
Handles generation of code for the
@Vetoable annotation. |