io.polyapi.plugin.model.generation.Generable 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.model.generation;
import io.polyapi.commons.api.model.PolyObject;
// FIXME: Add an appropriate name for this interface.
public interface Generable extends PolyObject {
String getPackageName();
String getClassName();
}