Annotation Type Templates


@Retention(RUNTIME) @Target({TYPE,ANNOTATION_TYPE}) public @interface Templates
Author:
Ales Justin, Kyle Liberti
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If true, the templates will be instantiated synchronously.
     
  • Element Details

    • syncInstantiation

      boolean syncInstantiation
      If true, the templates will be instantiated synchronously. If false, the templates will be instantiated asynchronously, where each template will deploy after the template before it completes deployment. In both cases, the testrunner will delay until all templates are deployed and ready.
      Returns:
      template instantiation type
      Default:
      true
    • templates

      Template[] templates
      Default:
      {}