Modifier and Type | Method and Description |
---|---|
void |
Configurable.locked()
Should be called at the entry point of methods that should not be called after the instance has been 'locked'.
|
void |
Config.locked() |
protected void |
Config.lockedEx()
Alias of
Config.locked() that cannot be overridden, meaning that a call to this method is sure to do what the
implementation in Config specifies, so that extending classes cannot avoid the exception by overriding
Config.locked() . |