JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.blackrook.rookscript.annotations
ScriptIgnore
Contents
Hide sidebar
❮
❯
Show sidebar
Description
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