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