Class MyAccessAspects

java.lang.Object
info.ejava.examples.svc.aop.items.proxyfactory.MyAccessAspects

public class MyAccessAspects extends Object
This programmatic implementation of a Introduction artificially breaks the solution into two separate advice: 1) decorate the POJO with extra access field(s) and 2) determine the caller accesses and assigning markings to the POJO. The advice had to be separated into two separate Aspects in order to define a deterministic order.
  • Constructor Details

    • MyAccessAspects

      public MyAccessAspects()
  • Method Details

    • getter

      public void getter()
      Match all getItem methods of the targeted package that return any type of object.