Package it.tidalwave.role.spring.spi
Class DciContextWithAutoThreadBindingAspect
- java.lang.Object
-
- it.tidalwave.role.spring.spi.DciContextWithAutoThreadBindingAspect
-
public class DciContextWithAutoThreadBindingAspect extends java.lang.Object
An aspect which implementsDciContext
withautoThreadBinding=true
. This class must not be used directly. Instead, add the library which contains it as a dependency of your project and make it visible to the AspectJ compiler.- Since:
- 3.0
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description DciContextWithAutoThreadBindingAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
advice(org.aspectj.lang.ProceedingJoinPoint pjp)
-