public class LoadLegacyClassAspect
extends java.lang.Object
LoadLegacyClass annotation.| Constructor and Description |
|---|
LoadLegacyClassAspect() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeGetField(org.aspectj.lang.JoinPoint.StaticPart sp)
Intercept all the rvalue field access, and load its legacy class - but only if we are not within the
field's class.
|
void |
beforeSetField(org.aspectj.lang.JoinPoint.StaticPart sp)
Intercept all the lvalue field access, and load its legacy class - but only if we are not within the
field's class.
|
public void beforeSetField(org.aspectj.lang.JoinPoint.StaticPart sp)
sp - The details about the static part of this join point.public void beforeGetField(org.aspectj.lang.JoinPoint.StaticPart sp)
sp - The details about the static part of this join point.