org.wildfly.swarm.config.elytron.PolicySupplier Maven / Gradle / Ivy
package org.wildfly.swarm.config.elytron;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface PolicySupplier {
/**
* Constructed instance of Policy resource
*
* @return The instance
*/
public Policy get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy