@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface HasSubstring
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
ignoreCase |
java.lang.String |
message
Message.
|
java.lang.String[] |
profiles
Profiles.
|
int |
severity
Severity.
|
Copyright © 2003-present Jodd Team