JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.thoughtworks.xstream.annotations
XStreamOmitField
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface XStreamOmitField
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
XStreamOmitField
Declares a field to be omitted. The result is the same as invoking the method omitField in a XStream instance.
Since:
1.2.2