Groovy Documentation

org.codehaus.groovy.transform
[Java] Class CompileDynamicProcessor

java.lang.Object
  org.codehaus.groovy.transform.AnnotationCollectorTransform
      org.codehaus.groovy.transform.CompileDynamicProcessor

public class CompileDynamicProcessor
extends AnnotationCollectorTransform

Method Summary
java.util.List visit(AnnotationNode collector, AnnotationNode aliasAnnotationUsage, AnnotatedNode aliasAnnotated, SourceUnit source)

 
Methods inherited from class AnnotationCollectorTransform
addError, getTargetAnnotationList, visit
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

visit

public java.util.List visit(AnnotationNode collector, AnnotationNode aliasAnnotationUsage, AnnotatedNode aliasAnnotated, SourceUnit source)


 

Groovy Documentation