![JAR search and dependency download from the Maven repository](/logo.png)
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