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



Copyright © 2004-2007 XStream. All Rights Reserved.