Package com.tailf.dp.annotations
Annotation 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
Modifier and TypeOptional ElementDescriptionboolean
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 noDefaultsThis 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
-