Package | Description |
---|---|
com.espertech.esper.common.client.annotation |
This package defines the Esper EPL annotations, which prefix EPL statements for the purpose of adding statement
information.
|
Modifier and Type | Method and Description |
---|---|
static HintEnum |
HintEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HintEnum[] |
HintEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<HintEnum,java.util.List<java.lang.String>> |
HintEnum.validateGetListed(java.lang.annotation.Annotation annotation)
Validate a hint annotation ensuring it contains only recognized hints.
|