@Target(value={METHOD,CONSTRUCTOR,FIELD,TYPE,PACKAGE})
@Retention(value=RUNTIME)
@Documented
public @interface InternalOnly
Annotation used to flag a method or field as internal only. This means it shouldn't show up in the completions list for the script editor. Generally this
shouldn't be needed, but some methods may be better hidden
- Version:
- 1.0