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