- All Implemented Interfaces:
- ConfigKey<T>, ConfigKeySelfExtracting<T>, java.io.Serializable
- Enclosing class:
- BasicConfigKey<T>
public static class BasicConfigKey.BasicConfigKeyOverwriting<T>
extends BasicConfigKey<T>
used to record a key which overwrites another; only needed at disambiguation time
if a class declares a key and an equivalent one (often inherited) which overwrites it.
See brooklyn.entity.basic.ConfigEntityInheritanceTest, and uses of this class, for more explanation.
- See Also:
- Serialized Form