| Package | Description |
|---|---|
| org.jboss.weld.environment.deployment.discovery | |
| org.jboss.weld.environment.deployment.discovery.jandex |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDiscoveryStrategy |
class |
ReflectionDiscoveryStrategy
This implementation supports bean-discovery-mode="annotated" and makes use of reflection to detect a class with a bean defining annotation.
|
| Modifier and Type | Method and Description |
|---|---|
static DiscoveryStrategy |
DiscoveryStrategyFactory.create(ResourceLoader resourceLoader,
Bootstrap bootstrap,
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> initialBeanDefiningAnnotations) |
| Modifier and Type | Class and Description |
|---|---|
class |
JandexDiscoveryStrategy
An implementation of
DiscoveryStrategy that is used when the jandex is available. |
Copyright © 2014. All Rights Reserved.