Package ch.raffael.meldioc.util.advice
Interface AroundAdvice
-
- All Known Implementing Classes:
AroundAdvice.Basic,AroundAdvice.Nop,CompositeAroundAdvice
public interface AroundAdviceTODO JavaDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAroundAdvice.AdviceCloseablestatic classAroundAdvice.Basicstatic classAroundAdvice.Nop
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description AroundAdvice.AdviceCloseablebefore()static AroundAdvicenop()
-
-
-
Method Detail
-
before
AroundAdvice.AdviceCloseable before()
-
nop
static AroundAdvice nop()
-
-