Package groovy.transform
Annotation Type Internal
@Target({METHOD,CONSTRUCTOR,TYPE,FIELD})
@Retention(RUNTIME)
public @interface Internal
The Internal annotation is used to mark members that are internal.
@Target({METHOD,CONSTRUCTOR,TYPE,FIELD})
@Retention(RUNTIME)
public @interface Internal