@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface MXEvent
Modifier and Type | Optional Element and Description |
---|---|
int |
cache
Number of Seconds to Cache the response.
|
java.lang.String |
produces |
java.lang.Class<? extends Serializer<?>> |
serializer |
java.lang.String |
value |
public abstract java.lang.Class<? extends Serializer<?>> serializer