Annotation Type Whitelisted
Marks a member as being whitelisted by default for purposes of sandboxed scripts.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
True to only whitelist this member when invoked by an actual user.
-
Element Details
-
restricted
boolean restrictedTrue to only whitelist this member when invoked by an actual user. (Relevant only on methods and constructors.)- See Also:
- Default:
- false
-