com.thoughtworks.xstream.annotations
Annotation Type XStreamOmitField


@Retention(value=RUNTIME)
@Target(value=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
Author:
Chung-Onn Cheong, Guilherme Silveira



Copyright © 2004-2014 XStream. All Rights Reserved.