com.thoughtworks.xstream.annotations
Annotation Type XStreamConverter


@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
@Documented
public @interface XStreamConverter

Author:
Chung-Onn Cheong

Required Element Summary
 java.lang.Class<? extends Converter> value
           
 

Element Detail

value

public abstract java.lang.Class<? extends Converter> value


Joe Walnes, http://xstream.codehaus.org/