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

net.sf.extcos.classgeneration.ClassGenerationListener Maven / Gradle / Ivy

package net.sf.extcos.classgeneration;

public interface ClassGenerationListener {
	 void classGenerated(Class clazz);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy