Annotation Type PolyRegex
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @PolymorphicQualifier(UnknownRegex.class) public @interface PolyRegex
A polymorphic qualifier for the Regex type system.Any method written using
PolyRegexconceptually has two versions: one in which every instance ofPolyRegexhas been replaced byRegex, and one in which every instance ofPolyRegexhas been replaced byUnknownRegex.