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

io.polyapi.plugin.model.generation.Generable Maven / Gradle / Ivy

There is a newer version: 0.15.3
Show newest version
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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy