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


Copyright © 2004-2011 XStream. All Rights Reserved.