Package org.analogweb
Interface Disposable
-
- All Known Subinterfaces:
Application
,Modules
,ModulesAware
,RouteRegistry
- All Known Implementing Classes:
BeanAttributeValueResolver
,DefaultExceptionHandler
,DefaultRouteRegistry
,WebApplication
public interface Disposable
- Author:
- snowgoose
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
Dispose all the states.
-