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

org.jboss.resteasy.spi.ContextInjector Maven / Gradle / Ivy

The newest version!
package org.jboss.resteasy.spi;

import java.lang.annotation.Annotation;
import java.lang.reflect.Type;

public interface ContextInjector {
   // FIXME: remove rawType and genericType?
   public WrappedType resolve(Class rawType, Type genericType, Annotation[] annotations);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy