package org.netbeans.gradle.model.util; public interface NbSupplier5<ResultType> { public ResultType get(); }