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

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

Introduction

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

The text is from its open source code.

Field

ScopedProxyModeDEFAULT
Default typically equals #NO , unless a different default has been configured at the component-scan instruction level.
ScopedProxyModeNO
Do not create a scoped proxy.
ScopedProxyModeINTERFACES
Create a JDK dynamic proxy implementing all interfaces exposed by the class of the target object.
ScopedProxyModeTARGET_CLASS
Create a class-based proxy (uses CGLIB).

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.