Something that can be disposed. Created at 17/10/11 15:52. @author Antoine Mischler
| 20 | * @author Antoine Mischler <antoine@dooapp.com> |
| 21 | */ |
| 22 | public interface Disposable { |
| 23 | |
| 24 | public void dispose(); |
| 25 | |
| 26 | } |
no outgoing calls
no test coverage detected