Annotation Type MatchesPattern


@Documented @TypeQualifier(applicableTo=String.class) @Retention(RUNTIME) public @interface MatchesPattern
This annotation is used to denote String values that should always match given pattern.

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 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
     
  • Element Details