Package ch.raffael.meldioc.util.advice
Class CompositeAroundAdvice.Builder
- java.lang.Object
-
- ch.raffael.meldioc.util.advice.CompositeAroundAdvice.AbstractProfile<CompositeAroundAdvice.Builder>
-
- ch.raffael.meldioc.util.advice.CompositeAroundAdvice.Builder
-
- Enclosing class:
- CompositeAroundAdvice
public static class CompositeAroundAdvice.Builder extends CompositeAroundAdvice.AbstractProfile<CompositeAroundAdvice.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompositeAroundAdviceadvice()-
Methods inherited from class ch.raffael.meldioc.util.advice.CompositeAroundAdvice.AbstractProfile
after, after, afterRunnable, before, before, beforeRunnable, removeAfter, removeBefore, self
-
-
-
-
Method Detail
-
advice
public CompositeAroundAdvice advice()
- Overrides:
advicein classCompositeAroundAdvice.AbstractProfile<CompositeAroundAdvice.Builder>
-
-