org.slim3.commons.util
Interface Disposable

All Known Implementing Classes:
BeanMetaFactory, InterceptorFactory, PrototypeBeanFactory, S3ModuleConfig, S3PropertyMessageResources, S3ValidatorResources

public interface Disposable

This interface represents a resource that must be disposed.

Author:
koichik, higa

Method Summary
 void dispose()
          Disposes resource.
 

Method Detail

dispose

void dispose()
Disposes resource.



Copyright © 2008-2009 The Slim3 project. All Rights Reserved.