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