Annotation Type PartExecutionClass


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Experimental
    public @interface PartExecutionClass
    Denotes task part execution implementation class for given search-iterative task. Usable only for single-part tasks. Requirements: 1. The class and its constructor must be public 2. ...