Interface ProjectionReferencedApi<P>

  • Type Parameters:
    P - The projection type

    public interface ProjectionReferencedApi<P>
    Marker interface for service API rest controller components. Generally used in combination with the EnableJpaTrackableFlows annotations. Implementing a custom rest controller with this interface will cause the system to back off and not try to dynamically generate an endpoint class for the Trackable flow.
    Author:
    Jeff Fischer