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

nyla.solutions.global.patterns.reflection.ClassSchemaElement Maven / Gradle / Ivy

package nyla.solutions.global.patterns.reflection;

/**
 * 
 * @author Gregory Green
 *
 */
public interface ClassSchemaElement
{
	/**
	 * 
	 * @param visitor the class schema element
	 */
	public void accept(ClassSchemaVisitor visitor);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy