Class ReflectionDiscoveryStrategy

java.lang.Object
org.jboss.weld.environment.deployment.discovery.AbstractDiscoveryStrategy
org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy
All Implemented Interfaces:
DiscoveryStrategy

public class ReflectionDiscoveryStrategy extends AbstractDiscoveryStrategy
This implementation supports bean-discovery-mode="annotated" and makes use of reflection to detect a class with a bean defining annotation.
Author:
Matej Briškár, Martin Kouba