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

org.nakedobjects.metamodel.java5.ImperativeFacetMulti Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.java5;

import java.lang.reflect.Method;

public interface ImperativeFacetMulti extends ImperativeFacet {


	/**
	 * Associate an additional method,
	 * to be returned from {@link ImperativeFacet#getMethods()}.
	 * 
	 * @param method
	 */
	public void addMethod(final Method method);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy