
cc.protea.foundation.utility.providers.RolesAllowedDynamicFeatureBinding Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of platform Show documentation
Show all versions of platform Show documentation
A standard set of utilities that makes it easy to build systems that need users, billing, etc giving the usefulness of a PaaS with the control of a local application
package cc.protea.foundation.utility.providers;
import javax.ws.rs.ext.Provider;
import org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature;
@Provider
public class RolesAllowedDynamicFeatureBinding extends RolesAllowedDynamicFeature {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy