Package javax.annotation
Annotation Type RegEx
-
@Documented @Syntax("RegEx") @TypeQualifierNickname @Retention(RUNTIME) public @interface RegEx
This qualifier is used to denote String values that should be a Regular expression.When this annotation is applied to a method it applies to the method return value.
-
-
Element Detail
-
when
When when
- Default:
- javax.annotation.meta.When.ALWAYS
-
-