Home
last modified time | relevance | path

Searched refs:FixedLengthString (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/jsr305/sampleUses/src/main/java/
H A DFixedLengthString.java12 public @interface FixedLengthString { annotation
15 class Checker implements TypeQualifierValidator<FixedLengthString> {
17 public When forConstantValue(FixedLengthString annotation, Object v) { in forConstantValue()