Package ch.raffael.meldioc.util.advice
Class AroundAdvice.Nop
- java.lang.Object
-
- ch.raffael.meldioc.util.advice.AroundAdvice.Nop
-
- All Implemented Interfaces:
AroundAdvice
- Enclosing interface:
- AroundAdvice
public static final class AroundAdvice.Nop 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AroundAdvice.AdviceCloseablebefore()
-
-
-
Method Detail
-
before
public AroundAdvice.AdviceCloseable before()
- Specified by:
beforein interfaceAroundAdvice
-
-