Annotation Interface SecretPurpose


@EvolvingAll @Retention(RUNTIME) @Target(METHOD) public @interface SecretPurpose
Type adapter annotation for giving information about a secret purpose.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The secret label value.
  • Element Details

    • value

      String value
      The secret label value. It should contain exactly one %s which is where the secret label identifier will be inserted into the secret label.
      Returns:
      the secret label value.