name.remal.gradle_plugins.idea_settings.IdeaXmlFileInitializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of idea-settings Show documentation
Show all versions of idea-settings Show documentation
Remal Gradle plugins: idea-settings
The newest version!
package name.remal.gradle_plugins.idea_settings;
import java.util.function.Supplier;
import name.remal.gradle_plugins.idea_settings.internal.IdeaXmlFileSettingsAction;
import org.w3c.dom.Document;
public interface IdeaXmlFileInitializer extends IdeaXmlFileSettingsAction, Supplier {
}