com.thoughtworks.xstream.mapper
Interface AnnotationConfiguration

All Known Implementing Classes:
AnnotationMapper

public interface AnnotationConfiguration

An interface for the configuration part of the AnnotationMapper.

Since:
1.3
Author:
Jörg Schaible

Method Summary
 void autodetectAnnotations(boolean mode)
           
 void processAnnotations(java.lang.Class[] types)
           
 

Method Detail

autodetectAnnotations

void autodetectAnnotations(boolean mode)

processAnnotations

void processAnnotations(java.lang.Class[] types)


Copyright © 2004-2012 XStream. All Rights Reserved.