I am trying to support this pattern: @Inject private JaxrsProxy<HelloResource> helloResource;
I am trying to create a @Produces method that takes in an InjectionPoint to determine the "HelloResource" type parameter on the field and create a dynamic proxy using a separate "factory" bean. Is this pattern even possible? Thanks, James
