org.openjdk.jmh.annotations
Annotation Type TearDown


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface TearDown

Annotation for the teardown method(s) for a micro benchmark. Can only be used within State-bearing classes.


Optional Element Summary
 Level value
          Level of this method.
 

value

public abstract Level value
Level of this method. @see Level. Default is Trial.

Default:
org.openjdk.jmh.annotations.Level.Trial


Copyright © 2012-2014 Oracle. All Rights Reserved.