Package com.thoughtworks.xstream.mapper
Interface AnnotationConfiguration
-
- All Known Implementing Classes:
AnnotationMapper
public interface AnnotationConfiguration
Deprecated.As of 1.4.5, minimal JDK version will be 1.7 for next major releaseAn interface for the configuration part of the AnnotationMapper.- Since:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
autodetectAnnotations(boolean mode)
Deprecated.void
processAnnotations(java.lang.Class[] types)
Deprecated.
-