Searched refs:FixedLengthString (Results 1 – 1 of 1) sorted by relevance
12 public @interface FixedLengthString { annotation15 class Checker implements TypeQualifierValidator<FixedLengthString> {17 public When forConstantValue(FixedLengthString annotation, Object v) { in forConstantValue()