com.thoughtworks.xstream.annotations
Annotation Type XStreamOmitField


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface XStreamOmitField

Declares a field as to be ommited. The result is the same as invoking the method omitField in a xstream instance.

Author:
Chung-Onn Cheong, Guilherme Silveira



Joe Walnes, http://xstream.codehaus.org/