@SupportedAnnotationTypes(value="org.springframework.web.bind.annotation.RequestMapping")
@SupportedSourceVersion(value=RELEASE_8)
public class AnnotationProcessor
extends javax.annotation.processing.AbstractProcessor
| 构造器和说明 |
|---|
AnnotationProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |