Class MyUsageIntroductionImpl

java.lang.Object
info.ejava.examples.svc.aop.items.introductions.MyUsageIntroductionImpl
All Implemented Interfaces:
MyUsageIntroduction

public class MyUsageIntroductionImpl extends Object implements MyUsageIntroduction
This example Introduction can be added to an advised object to track some per-advised information. The proxy wrapping the advised target will implement the MyUsageIntroduction interface and delegate calls to this class.