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.
| Modifier and Type | Field and Description |
|---|---|
static Scanning |
EMPTY_SCANNING |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Metadata<Filter>> |
getExcludes()
The <exclude> element
|
java.util.Collection<Metadata<Filter>> |
getIncludes()
The <include> element
|
static final Scanning EMPTY_SCANNING
Copyright © 2015. All Rights Reserved.