Package org.lowcoder.plugin.api
package org.lowcoder.plugin.api
-
ClassDescriptionAnnotation used for marking Lowcoder endpoints.
Provides basic information required for registering an endpoint in Lowcoder.Interface to be implemented by all Lowcoder plugins.Shared context which allows plugins to access services from Lowcoder main applicationAll classes implementing an endpoint for Lowcoder need to implement this interface.Method used inEndpointExtensionfor specifying endpoint method.
For example:
@EndpointExtension(uri = "/navigation", method = Method.GET)