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

net.sf.extcos.selector.annotation.ArgumentMapping Maven / Gradle / Ivy

package net.sf.extcos.selector.annotation;

import net.sf.extcos.spi.AnnotationMetadata;

/**
 * Maps an argument key of an annotation to an expected value.
 * 
 * @author Matthias Rothe
 */
public interface ArgumentMapping {
	boolean isSetIn(AnnotationMetadata annotation);

	@Override
	int hashCode();

	@Override
	boolean equals(Object obj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy