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