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

net.sf.extcos.selector.AnnotatedWithTypeFilter Maven / Gradle / Ivy

package net.sf.extcos.selector;

import java.lang.annotation.Annotation;

import net.sf.extcos.selector.annotation.ArgumentsDescriptor;

public interface AnnotatedWithTypeFilter extends MultipleTypeFilter {
	Class getAnnotation();
	ArgumentsDescriptor getArguments();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy