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
TODO JavaDoc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from interface ch.raffael.meldioc.util.advice.AroundAdvice
AroundAdvice.AdviceCloseable, AroundAdvice.Basic, AroundAdvice.Nop -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.raffael.meldioc.util.advice.AroundAdvice.Basic
before
-
Constructor Details
-
CompositeAroundAdvice
-
-
Method Details
-
builder
-
beforeImpl
protected void beforeImpl()- Specified by:
beforeImplin classAroundAdvice.Basic
-
afterImpl
protected void afterImpl()- Specified by:
afterImplin classAroundAdvice.Basic
-