Annotation Type Precursors


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

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