Searched refs:MatchesPattern (Results 1 – 3 of 3) sorted by relevance
15 public @interface MatchesPattern { annotation21 static class Checker implements TypeQualifierValidator<MatchesPattern> {22 public When forConstantValue(MatchesPattern annotation, Object value) { in forConstantValue()
6 import javax.annotation.MatchesPattern;11 @MatchesPattern("[0-9]{3}-[0-9]{2}-[0-9]{4}")
6 import javax.annotation.MatchesPattern;13 @MatchesPattern("[0-9]{16}")