@Documented
@Retention(value=RUNTIME)
public @interface Name
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The name used to identify a specific resource.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
regex
Return
true to indicate whether name is a regular expression. |