Package ch.raffael.meldioc.util.advice
Interface AroundAdvice.AdviceCloseable
-
- All Superinterfaces:
java.lang.AutoCloseable
- Enclosing interface:
- AroundAdvice
public static interface AroundAdvice.AdviceCloseable extends java.lang.AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
void close() throws AdviceException- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
AdviceException
-
-