Annotation Type Concluders


@Retention(RUNTIME) @Target(TYPE) public @interface Concluders
Annotation which is only useful on Acteurs with the HttpCall annotation to trigger page source generation, which specifies some more Acteurs to run after the annotated one.
Author:
Tim Boudreau
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Acteur>[]
     
  • Element Details