@Retention(value=RUNTIME) @Target(value=java.lang.annotation.ElementType.TYPE) public @interface DpFlags
Modifier and Type | Optional Element and Description |
---|---|
boolean |
leafListAsLeaf
Deprecated.
|
boolean |
noDefaults
This parameter is used to turn off SET_ELEM and SET_CASE callbacks
when a leaf or choice gets its default value due to being unset.
|
public abstract boolean noDefaults
@Deprecated public abstract boolean leafListAsLeaf
leafListAsLeaf
enabled backwards compatibility mode for
leaf-lists. This means that when leafListAsLeaf=true then leaf-lists are
treated as leafs and not as lists, e.g. GET_ELEM/SET_ELEM calls are used
rather than GET_NEXT/CREATE. This flag is deprecated and only present for
backwards compatibility, and will be removed in a future release.