@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface XStreamSerializeAs
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<?> |
value
Use
void.class to cancel out the annotation defined in the super type. |
Copyright © 2004-2012 XStream. All Rights Reserved.