Uses of Interface
info.ejava.examples.svc.aop.items.introductions.MyUsageIntroduction
Packages that use MyUsageIntroduction
- 
Uses of MyUsageIntroduction in info.ejava.examples.svc.aop.items.introductionsClasses in info.ejava.examples.svc.aop.items.introductions that implement MyUsageIntroductionModifier and TypeClassDescriptionclassThis example Introduction can be added to an advised object to track some per-advised information.Fields in info.ejava.examples.svc.aop.items.introductions declared as MyUsageIntroductionModifier and TypeFieldDescriptionstatic MyUsageIntroductionMyUsageAspect.mixinThis will define an Introduction interface and default implementation that will be added to subjects matching the provided expression.Methods in info.ejava.examples.svc.aop.items.introductions with parameters of type MyUsageIntroductionModifier and TypeMethodDescriptionvoidMyUsageAspect.recordCalled(org.aspectj.lang.JoinPoint jp, MyUsageIntroduction usageIntro) Advice that will run before each target implementing the MyUsageIntroduction interface and is the subject of a createItem method call.