JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.blackrook.rookscript.annotations
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