2 Replies Latest reply on Sep 28, 2006 11:04 AM by wolfc

    @Documented on javax.annotation.Resource?

    wolfc

      One thing nags me on javax.annotation.Resource. Should it have a @Documented annotation?
      It doesn't say so in API or TCK. But if I have a bean with a @Resource(name="xyz") then I want that to appear in my API docs.
      The rest of the package annotations do have @Documented.