Package ch.raffael.meldioc.util.advice
Class CompositeAroundAdvice
- java.lang.Object
-
- ch.raffael.meldioc.util.advice.AroundAdvice.Basic
-
- ch.raffael.meldioc.util.advice.CompositeAroundAdvice
-
- All Implemented Interfaces:
AroundAdvice
public class CompositeAroundAdvice extends AroundAdvice.Basic
TODO JavaDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompositeAroundAdvice.AbstractProfile<SELF>static classCompositeAroundAdvice.Builder-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.util.advice.AroundAdvice
AroundAdvice.AdviceCloseable, AroundAdvice.Basic, AroundAdvice.Nop
-
-
Constructor Summary
Constructors Constructor Description CompositeAroundAdvice(java.lang.Runnable before, java.lang.Runnable after)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidafterImpl()protected voidbeforeImpl()static CompositeAroundAdvice.Builderbuilder()-
Methods inherited from class ch.raffael.meldioc.util.advice.AroundAdvice.Basic
before
-
-
-
-
Method Detail
-
builder
public static CompositeAroundAdvice.Builder builder()
-
beforeImpl
protected void beforeImpl()
- Specified by:
beforeImplin classAroundAdvice.Basic
-
afterImpl
protected void afterImpl()
- Specified by:
afterImplin classAroundAdvice.Basic
-
-