Annotation Interface DisabledEndpoint


@Target(METHOD) @Retention(RUNTIME) public @interface DisabledEndpoint
Annotation to mark endpoints that are disabled. Used for documentation and runtime checks.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The reason why the endpoint is disabled.
  • Element Details

    • reason

      String reason
      The reason why the endpoint is disabled.
      Returns:
      the reason for disabling the endpoint