Annotation Interface EndpointExtension


@Documented @Inherited @Retention(RUNTIME) @Target(METHOD) public @interface EndpointExtension
Annotation used for marking Lowcoder endpoints.
Provides basic information required for registering an endpoint in Lowcoder.
Author:
ludomikula
  • Element Details

    • uri

      String uri
      Returns:
      URI to which to bind annotated method to
    • method

      Returns:
      HTTP method for this annotated endpoint
      Default:
      GET
    • authorize

      String authorize
      Returns:
      Endpoint will be secured by this SPeL expression. Empty expression means not secured.
      Default:
      ""