Package com.ongres.stringprep
Annotation Type ProfileName
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface ProfileNameThe 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.StringvalueDefine the Stringprep profile name as defined by the RFC.
-