![JAR search and dependency download from the Maven repository](/logo.png)
org.jboss.resteasy.spi.ContextInjector Maven / Gradle / Ivy
package org.jboss.resteasy.spi;
import java.lang.annotation.Annotation;
import java.lang.reflect.Type;
public interface ContextInjector {
// FIXME: remove rawType and genericType?
WrappedType resolve(Class extends WrappedType> rawType, Type genericType, Annotation[] annotations);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy