Uses of Class
org.openjdk.jmh.annotations.Scope
-
Packages that use Scope Package Description org.openjdk.jmh.annotations -
-
Uses of Scope in org.openjdk.jmh.annotations
Methods in org.openjdk.jmh.annotations that return Scope Modifier and Type Method Description Scopevalue()State scope.static ScopeScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Scope[]Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-