@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
@Documented
public @interface XStreamConverter
Note, the annotation matches a ConverterMatcher.
com.thoughtworks.xstream.converters.ConverterMatche as well as
SingleValueConverter extend this interface. The
AnnotationMapper can only handle these two
known types.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends ConverterMatcher> |
value |
public abstract java.lang.Class<? extends ConverterMatcher> value
Joe Walnes, http://xstream.codehaus.org/