Interface BeanArchiveScanner
- All Known Implementing Classes:
AbstractBeanArchiveScanner,ClassPathBeanArchiveScanner,DefaultBeanArchiveScanner
public interface BeanArchiveScanner
Scans the application for bean archives.
The implementation may be optimized for bean archives containing beans.xml file with bean-discovey-mode of none. E.g. it does
not have to scan classes in
such an archive.
- Author:
- Martin Kouba
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
scan
List<BeanArchiveScanner.ScanResult> scan()Scans for bean archives.- Returns:
- an immutable list of
BeanArchiveScanner.ScanResult
-