org.codehaus.enunciate.json
Annotation Type JsonRootType


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface JsonRootType

Denotes that a type represents a JSON type that can be the root of a RESTful resource representation or RPC message.

Author:
Steven Cummings