Java org.springframework.context.annotation ScopeMetadata fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.context.annotation ScopeMetadata fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.context.annotation ScopeMetadata.

The text is from its open source code.

Constructor

Method

ScopedProxyModegetScopedProxyMode()
Get the proxy-mode to be applied to the scoped instance.
StringgetScopeName()
Get the name of the scope.
voidsetScopeName(String scopeName)
Set the name of the scope.