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