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
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidafterImpl()AroundAdvice.AdviceCloseablebefore()protected abstract voidbeforeImpl()
-
-
-
Method Detail
-
before
public AroundAdvice.AdviceCloseable before()
- Specified by:
beforein interfaceAroundAdvice
-
beforeImpl
protected abstract void beforeImpl()
-
afterImpl
protected abstract void afterImpl()
-
-