Annotation Type AfterExperiment

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<? extends Annotation> value
      A qualifier for which types of experiments this method should run.
    • Element Detail

      • value

        Class<? extends Annotation> value
        A qualifier for which types of experiments this method should run. For example, annotating a method with @AfterExperiment(Benchmark.class) will cause it to only run for Benchmark experiments. By default, annotated methods run for all experiments.
        Default:
        com.google.caliper.All.class