@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OnKeyword
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
hasParams |
boolean |
isCaseSensitive
Returns true if the Keyword is case sensitive else false.
|
public abstract java.lang.String value
public abstract boolean hasParams
public abstract boolean isCaseSensitive