@Beta @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface Rollup
Rollup
annotation can also be put on a spec class. This has the same
effect as putting it on every data-driven feature method that is not already
annotated with Rollup
.
Having @Rollup
on a super spec does not influence the features of sub specs,
that is @Rollup
is not inheritable.