public abstract class ConfigInheritance
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static ConfigInheritance |
ALWAYS |
static ConfigInheritance |
NONE |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isInherited(ConfigKey<?> key,
java.lang.Object from,
java.lang.Object to) |
public static final ConfigInheritance ALWAYS
public static final ConfigInheritance NONE
@Beta public abstract boolean isInherited(ConfigKey<?> key, java.lang.Object from, java.lang.Object to)