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

org.nakedobjects.metamodel.specloader.traverser.SpecificationTraverser Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.specloader.traverser;

import java.lang.reflect.Method;
import java.util.List;

import org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent;
import org.nakedobjects.metamodel.spec.NakedObjectSpecification;

public interface SpecificationTraverser extends ApplicationScopedComponent {

	void traverseTypes(Method method, List> discoveredTypes);

	void traverseReferencedClasses(
			NakedObjectSpecification noSpec,
			List> discoveredTypes) throws ClassNotFoundException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy