com.thoughtworks.xstream.annotations
Annotation Type XStreamInclude


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface XStreamInclude

Annotation to force automated processing of further classes.

Since:
1.3.1
Author:
Steven Sparling

Required Element Summary
 java.lang.Class<?>[] value
           
 

Element Detail

value

public abstract java.lang.Class<?>[] value


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