Package com.ongres.stringprep
Annotation Type ProfileName
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface ProfileName
The value of this annotation is used by the ServiceLoader lookup.A profile with
@ProfileName("SASLprep")
can can be obtained by callingStringprep.getProvider("SASLprep")
.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Define the Stringprep profile name as defined by the RFC.
-