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