Annotation Type ScriptApi


@Target({METHOD,CONSTRUCTOR,TYPE})
@Inherited
@Documented
public @interface ScriptApi

This annotation indicates that a class or method is used externally via scripts.

Classes and methods with this annotation should be public