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