1 Reply Latest reply on Aug 20, 2010 6:09 AM by pmuir

    Building a parametrized annotated type in WELDX

    agori

      I am developing an extension where I need to create an annotated type. I am trying to use annotated package from weld-extensions. The problem is that


      AnnotatedTypeBuilder.readFromType
      



      accepts only Class, and not a type. In case of parametrized type I should pass the ParametrizedType that contains information about onwer class and type parameters. Any idea?