Annotation Interface TestAccumulationPredicate
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf(TestAccumulation.class)
public @interface TestAccumulationPredicate
A test accumulation predicate annotation.
-
Required Element Summary
-
Element Details
-
value
String valueA boolean expression indicating which values have been accumulated.- Returns:
- a boolean expression indicating which values have been accumulated
- See the Checker Framework Manual:
- Checker Framework
-