Package ch.raffael.meldioc.util.advice
Class AroundAdvice.Basic
java.lang.Object
ch.raffael.meldioc.util.advice.AroundAdvice.Basic
- All Implemented Interfaces:
AroundAdvice
- Direct Known Subclasses:
CompositeAroundAdvice
- Enclosing interface:
AroundAdvice
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.raffael.meldioc.util.advice.AroundAdvice
AroundAdvice.AdviceCloseable, AroundAdvice.Basic, AroundAdvice.Nop -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Basic
protected Basic()
-
-
Method Details
-
before
- Specified by:
beforein interfaceAroundAdvice
-
beforeImpl
protected abstract void beforeImpl() -
afterImpl
protected abstract void afterImpl()
-