@Slf4j @GroovyASTTransformation(phase: CompilePhase.SEMANTIC_ANALYSIS) @CompileStatic class CacheableTransformation extends AbstractCacheTransformation
| Modifiers | Name | Description |
|---|---|---|
static ClassNode |
ANNOTATION_TYPE |
|
static java.lang.String |
CACHE_VALUE_WRAPPER_LOCAL_VARIABLE_NAME |
| Properties inherited from class | Properties |
|---|---|
class AbstractGormASTTransformation |
compilationUnit |
| Constructor and description |
|---|
CacheableTransformation() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected Expression |
buildDelegatingMethodCall(SourceUnit sourceUnit, AnnotationNode annotationNode, ClassNode classNode, MethodNode methodNode, MethodCallExpression originalMethodCallExpr, BlockStatement newMethodBody) |
|
protected ClassNode |
getAnnotationType() |
|
int |
priority() |