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.introductions
Classes in info.ejava.examples.svc.aop.items.introductions that implement MyUsageIntroductionModifier and TypeClassDescriptionclass
This 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 MyUsageIntroduction
MyUsageAspect.mixin
This 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 TypeMethodDescriptionvoid
MyUsageAspect.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.