Annotation Interface DpFlags


@Retention(RUNTIME) @Target(TYPE) public @interface DpFlags
Annotation class that allows to specify data provider flags to tweak the behaviour of the data provider. This annotation should be used on the class providing annotated callbacks.
Since:
6.5.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    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.
  • Element Details

    • noDefaults

      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.
      Default:
      false