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.BuilderNested 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
Modifier and Type Method Description protected voidafterImpl()protected voidbeforeImpl()static CompositeAroundAdvice.Builderbuilder()Methods inherited from class ch.raffael.meldioc.util.advice.AroundAdvice.Basic
beforeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CompositeAroundAdvice
public CompositeAroundAdvice(java.lang.Runnable before, java.lang.Runnable after)
-
-
Method Details
-
builder
-
beforeImpl
protected void beforeImpl()- Specified by:
beforeImplin classAroundAdvice.Basic
-
afterImpl
protected void afterImpl()- Specified by:
afterImplin classAroundAdvice.Basic
-