@Retention(value=RUNTIME)
@Target(value=METHOD)
public interface MXEvent
extends java.lang.annotation.Annotation
Modifier and Type | Method and Description |
---|---|
int |
cache()
Number of Seconds to Cache the response.
|
java.lang.String |
produces() |
java.lang.Class |
serializer() |
java.lang.String |
value() |
java.lang.String value()
java.lang.String produces()
java.lang.Class serializer()
int cache()