View Javadoc
1
package
org.catacomb.be;
2
3
4
public
interface
DeReferencable
{
5
6
void
deReference();
7
8
}