public @interface HasUpdateActions
Modifier and Type | Optional Element and Description |
---|---|
boolean |
deriveExampleBaseClass
This allows to disable the generation of the {code @include.example exampleBaseClass#updateActionTestName()}
javadoc tag within the update actions.
|
String |
exampleBaseClass
This adds a {code @include.example exampleBaseClass#updateActionTestName()} javadoc tag
to all generated update actions.
|
public abstract String exampleBaseClass
<i>updateActionTestName</i>
is derived by un-capitalizing the update action name
(e.g. for a SetKey
update action the updateActionTestName is setKey
.
This follows our convention to have integration tests for all of our update actions.public abstract boolean deriveExampleBaseClass