Class MyAccessAspects.MyAccessAssignmentAspect

java.lang.Object
info.ejava.examples.svc.aop.items.proxyfactory.MyAccessAspects.MyAccessAssignmentAspect
Enclosing class:
MyAccessAspects

@Component @Order(0) static class MyAccessAspects.MyAccessAssignmentAspect extends Object
This advice runs second/last to identify the caller accesses and annotate the Introduction with those values. The advice can run as an @AfterReturning since it only inspects and modifies the existing returned POJO versus replacing it.
  • Constructor Details

    • MyAccessAssignmentAspect

      MyAccessAssignmentAspect()
  • Method Details