org.codehaus.enunciate.json
Annotation Type JsonTypeMappings


@Target(value=PACKAGE)
@Retention(value=RUNTIME)
public @interface JsonTypeMappings

Explicitly defines mappings of the specified types to target JSON types.

Author:
Steven Cummings

Required Element Summary
 JsonTypeMapping[] value
           
 

Element Detail

value

public abstract JsonTypeMapping[] value