Package groovy.lang.annotation


package groovy.lang.annotation
Extended annotation support for Groovy-specific language constructs.

ExtendedElementType extends JDK targets to support annotations on imports and loops.

  • Class
    Description
    Groovy-specific element types that extend ElementType to cover Groovy language constructs not present in the JDK.
    Indicates Groovy-specific element types on which an annotation is allowed, complementing Target for constructs that have no corresponding ElementType.