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
public abstract static class AroundAdvice.Basic extends java.lang.Object implements 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 Modifier Constructor Description protectedBasic() -
Method Summary
Modifier and Type Method Description protected abstract voidafterImpl()AroundAdvice.AdviceCloseablebefore()protected abstract voidbeforeImpl()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Basic
protected Basic()
-
-
Method Details
-
before
- Specified by:
beforein interfaceAroundAdvice
-
beforeImpl
protected abstract void beforeImpl() -
afterImpl
protected abstract void afterImpl()
-