5 Replies Latest reply on Oct 24, 2017 9:42 PM by ron_sigal

    Class annotations and weld proxies

    ron_sigal

      Hi,

       

      I'm finding that calling getAnnotations() on the class of a weld proxy, e.g., org.jboss.resteasy.test.providers.priority.resource.ProviderPriorityFooParamConverterProviderAAA$Proxy$_$$_WeldClientProxy, doesn't return the annotations on the original class, in the case org.jboss.resteasy.test.providers.priority.resource.ProviderPriorityFooParamConverterProviderAAA. Is there a way to preserve the annotations?

       

      -Ron