io.polyapi.plugin.service.generation.PolyGenerationService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polyapi-maven-plugin Show documentation
Show all versions of polyapi-maven-plugin Show documentation
Maven plugin to run handle Poly API functions.
package io.polyapi.plugin.service.generation;
import java.util.List;
public interface PolyGenerationService {
void generate(List contextFilters, boolean overwrite);
}