tools.xor.view.ReconstituteVisitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xor Show documentation
Show all versions of xor Show documentation
Empowering Model Driven Architecture in J2EE applications
package tools.xor.view;
public interface ReconstituteVisitor
{
void visit(Object node, boolean isSubtype);
}