Package com.google.inject.servlet
Interface RequestScoper.CloseableScope
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
- Enclosing interface:
- RequestScoper
public static interface RequestScoper.CloseableScope extends java.io.Closeable
Closeable subclass that does not throw any exceptions from close.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
-