com.thoughtworks.xstream.annotations
Annotation Type XStreamAsAttribute


@Retention(value=RUNTIME)
@Target(value=FIELD)
@Documented
public @interface XStreamAsAttribute

Defines that a field should be serialized as an attribute.

Author:
Guilherme Silveira since 1.2.2



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