- org.codehaus.groovy.transform.trait.TraitASTTransformation
    
        - 
            
                - All Implemented Interfaces and Traits:
- CompilationUnitAware
 
 @GroovyASTTransformation(phase = CompilePhase.SEMANTIC_ANALYSIS)
public class TraitASTTransformation
extends AbstractASTTransformation
implements CompilationUnitAware  Handles generation of code for the traits (trait keyword is equivalent to using the - Trait:
- annotation).
 A class annotated with
 - Trait:
- will generate, instead:
 
 - an interface with the same name
- a utility inner class that will be used by the compiler to implement the trait
- potentially a utility inner class to assist with implementing trait fields
 
 
 
    
        - 
        
        
        
        
        
        
            
        
        
        
        
        
        
        
        
        
            
            - 
                    Methods Summary
- 
                    Inherited Methods Summary
                    
                        Inherited Methods 
                        
                            | Methods inherited from class | Name |  
                            | class AbstractASTTransformation | addError, checkIncludeExcludeUndefinedAware, checkIncludeExcludeUndefinedAware, checkNotInterface, checkPropertyList, checkPropertyList, checkPropertyList, copyAnnotatedNodeAnnotations, copyAnnotatedNodeAnnotations, deemedInternalName, getAnnotationName, getMemberClassList, getMemberClassValue, getMemberClassValue, getMemberIntValue, getMemberStringList, getMemberStringValue, getMemberStringValue, getMemberValue, hasAnnotation, init, memberHasValue, shouldSkip, shouldSkip, shouldSkipOnDescriptorUndefinedAware, shouldSkipUndefinedAware, shouldSkipUndefinedAware, tokenize |  
 
 
 
 
    
        - 
           
            
            
            
                - 
                    
                
                    Field Detail
                            - 
                                public static final String DO_DYNAMIC
 
                            - 
                                public static final String POST_TYPECHECKING_REPLACEMENT
 
 
 
    
    
    Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.