@SupportedAnnotationTypes("org.openjdk.jmh.annotations.*")
public class BenchmarkProcessor
extends javax.annotation.processing.AbstractProcessor
| Constructor | Description |
|---|---|
BenchmarkProcessor() |
| Modifier and Type | Method | Description |
|---|---|---|
javax.lang.model.SourceVersion |
getSupportedSourceVersion() |
|
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
public javax.lang.model.SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in class javax.annotation.processing.AbstractProcessorpublic boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv)
process in class javax.annotation.processing.AbstractProcessorCopyright © 2017. All Rights Reserved.