Annotation Type TestSemantics


  • @Target(FIELD)
    @Retention(RUNTIME)
    @Experimental
    public @interface TestSemantics
    Marks the field in test class defining supported semantic: CheckpointingMode.

    Only one field can be annotated in test class.