@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Matches
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
regexp
The regular expression to match
|
public abstract java.lang.String key
Copyright © 2014 ninjaframework. All Rights Reserved.