Javadocs.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2835 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Simone Bordet 2011-03-01 15:12:09 +00:00
parent 0a0deacb62
commit 9e4ad23c36
1 changed files with 4 additions and 5 deletions

View File

@ -3,11 +3,10 @@ package org.eclipse.jetty.util.component;
/**
* A Destroyable is an object which can be detroyed.
* <p>
* Typically a Destroyable is a {@link LifeCycle} component that can hold onto
* resources over multiple start/stop cycles. A call to destroy will release all
* resources and will prevent any further start/stop cycles from being successful.
* <p>A Destroyable is an object which can be destroyed.</p>
* <p>Typically a Destroyable is a {@link LifeCycle} component that can hold onto
* resources over multiple start/stop cycles. A call to destroy will release all
* resources and will prevent any further start/stop cycles from being successful.</p>
*/
public interface Destroyable
{