Annotation Interface AuthorizationFeatureDocumentation


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface AuthorizationFeatureDocumentation
Class level annotation to document an AuthorizationFeature
Author:
Andrea Bollini (andrea.bollini at 4science.it)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the authorization feature (required).
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The description of the authorization feature.
  • Element Details

    • name

      String name
      The name of the authorization feature (required).
      Returns:
      the name.
    • description

      String description
      The description of the authorization feature.
      Returns:
      the description of the authorization feature, or the empty string if unspecified by the annotation.
      Default:
      ""