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
      java.lang.String value
      Define the Stringprep profile name as defined by the RFC.
    • Element Detail

      • value

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