Example usage for org.springframework.beans.factory.annotation QualifierAnnotationAutowireCandidateResolver subclass-usage

List of usage examples for org.springframework.beans.factory.annotation QualifierAnnotationAutowireCandidateResolver subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.annotation QualifierAnnotationAutowireCandidateResolver subclass-usage.

Usage

From source file org.constretto.spring.internal.ConstrettoAutowireCandidateResolver.java

/**
 * Internal class that reads @Environment annotations on classes and removes all classes that are not annotated
 * with the current environment as autowire candidates.
 *
 * @author <a href="mailto:kaare.nilsen@gmail.com">Kaare Nilsen</a>
 */

From source file com.payu.ratel.client.ContextAnnotationAutowireCandidateResolver.java

/**
 * Complete implementation of the
 * {@link org.springframework.beans.factory.support.AutowireCandidateResolver} strategy
 * interface, providing support for qualifier annotations as well as for lazy resolution
 * driven by the {@link org.springframework.context.annotation.Lazy} annotation in the {@code context.annotation} package.
 *