Package org.jboss.as.weld.spi
Interface ImplicitBeanArchiveDetector
-
public interface ImplicitBeanArchiveDetectorCertain Jakarta EE components imply an existence of an implicit bean archive.- Author:
- Martin Kouba
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisImplicitBeanArchiveRequired(ComponentDescription description)
-
-
-
Method Detail
-
isImplicitBeanArchiveRequired
boolean isImplicitBeanArchiveRequired(ComponentDescription description)
- Parameters:
description-- Returns:
trueif the specified component implies an implicit bean archive,falseotherwise
-
-