se.fortnox.reactivewizard.jaxrs.JaxRsResourcesProvider Maven / Gradle / Ivy
package se.fortnox.reactivewizard.jaxrs;
/**
* Provides JaxRs resources to the JaxRsRequestHandler.
*/
public interface JaxRsResourcesProvider {
Object[] getResources();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy