All Downloads are FREE. Search and download functionalities are using the official Maven repository.

flair.gradle.extensions.factories.IExtensionFactory.groovy Maven / Gradle / Ivy

package flair.gradle.extensions.factories

import org.gradle.api.Project
import org.gradle.api.plugins.ExtensionAware

/**
 * @author SamYStudiO ( [email protected] )
 */
public interface IExtensionFactory
{
	T create( ExtensionAware parent , Project project )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy