de.dfki.util.xmlrpc.annotation
Annotation Type ConverterMappings


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ConverterMappings

Defines a set of converter mappings. This annotation has to be placed at APIs which use the mapped type. The annotation can also be applied to XmlRpcBeans.

See Also:
XmlRpcBean

Required Element Summary
 Mapping[] value
           
 

Element Detail

value

public abstract Mapping[] value


Copyright © 2012. All Rights Reserved.