public abstract @interface

XStreamConverter

implements Annotation
com.thoughtworks.xstream.annotations.XStreamConverter

Class Overview

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.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation