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