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 calling Stringprep.getProvider("SASLprep").

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Define the Stringprep profile name as defined by the RFC.
  • Element Details

    • value

      String value
      Define the Stringprep profile name as defined by the RFC.
      Returns:
      profile name