Example usage for org.springframework.context.annotation AnnotationScopeMetadataResolver subclass-usage

List of usage examples for org.springframework.context.annotation AnnotationScopeMetadataResolver subclass-usage

Introduction

In this page you can find the example usage for org.springframework.context.annotation AnnotationScopeMetadataResolver subclass-usage.

Usage

From source file kzht.gm.springframework.extension.context.PrototypeScopeMetadataResolver.java

/**
 * /beans/component-scan/@scope-resolver
 * ????????? Prototype ??
 * {@link org.springframework.context.annotation.AnnotationScopeMetadataResolver}
 * ?
 *

From source file com.github.persapiens.jsfboot.annotations.JsfCdiToSpringScopeMetadataResolver.java

/**
 * Spring Metadata Resolver to support cdi and jsf annotations.
 * @author Marcelo Fernandes
 */
public class JsfCdiToSpringScopeMetadataResolver extends AnnotationScopeMetadataResolver {

From source file net.wessendorf.spring.scopes.CdiScopeMetadataResolver.java

/**
 * A <code>ScopeMetadataResolver</code> implementation which maps the CDI provided
 * scopes to their Spring counterparts.
 * 
 * <p>The Spring Framework supports the JSR-330 to declare components, however it does not
 * support the API, provided by the JSR-299