JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.immutables.data
Annotation Type Data.Ignore
Enclosing class:
Data
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public static @interface
Data.Ignore
This data element should be ignored during reading and writing the data. It is usually a mistake to make required attribute having no defaults as ignorable.