Java org.springframework.aop.framework AopContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.aop.framework AopContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.aop.framework AopContext.

The text is from its open source code.

Field

ThreadLocalcurrentProxy
ThreadLocal holder for AOP proxy associated with this thread.

Method

ObjectsetCurrentProxy(@Nullable Object proxy)
Make the given proxy available via the currentProxy() method.