org.apache.commons.attributes
public interface Sealable
seal()
on the attribute instance.DefaultSealable
Modifier and Type | Method and Description |
---|---|
void |
seal()
Called to indicate that construction and initialization of this attribute instance
is completed, and that the attribute instance should become read-only.
|