org.wildfly.swarm.config.security.manager.DefaultDeploymentPermissionsSupplier Maven / Gradle / Ivy
The newest version!
package org.wildfly.swarm.config.security.manager;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface DefaultDeploymentPermissionsSupplier {
/**
* Constructed instance of DefaultDeploymentPermissions resource
*
* @return The instance
*/
public DefaultDeploymentPermissions get();
}