com.thoughtworks.xstream.annotations
Annotation Type XStreamConverter
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
@Documented
public @interface XStreamConverter
Annotation to declare a converter.
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.
- Author:
- Chung-Onn Cheong, Jörg Schaible
value
public abstract java.lang.Class<? extends ConverterMatcher> value
Joe Walnes, http://xstream.codehaus.org/