Interface Scanning


public interface Scanning

Scanning is a data structures representing the <scan> element in Weld's extensions to beans.xml. See the XSD for Weld's extensions to beans.xml for details of the semantics of <scan>. Scanning contains an include Filter list and an exclude Filter list.

Author:
Pete Muir
  • Field Details

    • EMPTY_SCANNING

      static final Scanning EMPTY_SCANNING
      A Scanning instance with no include or exclude filters
  • Method Details