factoryduke.IFactory Maven / Gradle / Ivy
package factoryduke;
/**
* TODO could use a annotation marker ???
*
*/
public interface IFactory {
void define();
}
© 2015 - 2026 Weber Informatics LLC | Privacy Policy
package factoryduke;
/**
* TODO could use a annotation marker ???
*
*/
public interface IFactory {
void define();
}