@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.ANNOTATION_TYPE)
public @interface ExtendedTarget
Indicates Groovy-specific element types on which an annotation is allowed, complementing Target for constructs that have no corresponding ElementType.
| Type | Name and Description |
|---|---|
ExtendedElementType[] |
valueReturns the Groovy-specific element types accepted by the annotated annotation. |
Returns the Groovy-specific element types accepted by the annotated annotation.