Annotation Interface ScriptIgnore


@Retention(RUNTIME) @Target({FIELD,METHOD,CONSTRUCTOR}) public @interface ScriptIgnore
Fields and types annotated with this are ignored in object-to-map conversions and creating scopes and function resolvers.
Author:
Matthew Tropiano