public class DocProcessor extends Object
| 构造器和说明 |
|---|
DocProcessor()
Instantiates a new doc processor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
Process.
|
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
annotations - the annotationsroundEnv - the round envCopyright © 2016. All rights reserved.