Annotation Interface 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.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • when

      When when
      Default:
      ALWAYS