public interface Detachable<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
detach()
Detaches the object.
|
T |
get()
Gets the object, attaching it if needed.
|
void detach()
T get()
Copyright © 2024. All rights reserved.