Package org.jboss.as.weld.spi
Interface ImplicitBeanArchiveDetector
public interface ImplicitBeanArchiveDetector
Certain Jakarta EE components imply an existence of an implicit bean archive.
- Author:
- Martin Kouba
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisImplicitBeanArchiveRequired(ComponentDescription description)
-
Method Details
-
isImplicitBeanArchiveRequired
- Parameters:
description-- Returns:
trueif the specified component implies an implicit bean archive,falseotherwise
-