repo1.maven.org$maven2@org.apache.wicket$wicket@1.3.6
repo1.maven.org$maven2@org.apache.wicket$wicket@1.3.6@org$apache$wicket$model$IDetachable.java
file
oh
o
[]
package org.apache.wicket.model;
Interface to logic for detaching transient information from a detachable model. Detachable models
are desirable because they reduce the amount of state required by a model, which makes the model
cheaper to replicate in a clustered environment.
Detaches model after use. This is generally used to null out transient references that can be
re-attached later.