Uploaded image for project: 'CDI Specification Issues'
  1. CDI Specification Issues
  2. CDI-470

Clarify @Vetoed on recursive package

    XMLWordPrintable

Details

    • Clarification
    • Resolution: Obsolete
    • Major
    • None
    • 1.2.Final
    • Beans
    • None

    Description

      It's not clear in the specification is @Vetoed only apply to the current package or subpackages as well. This has been addressed on CDI-299 but not solved. Either, we make it clearer in the spec that it only addresses the current package and not subpackages, or we could have a boolean, such as recursive :

      package-info.java
      @Vetoed(recursive=true)
      package my.parent.package;
      
      import javax.enterprise.inject.Vetoed;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            agoncal Antonio Goncalves (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: