Class 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