| 程序包 | 说明 |
|---|---|
| com.github.houbb.lombok.ex.metadata | |
| com.github.houbb.lombok.ex.processor |
| 限定符和类型 | 方法和说明 |
|---|---|
LMethod |
LMethod.addModifier(long modifier)
新增访问级别
1.
|
LMethod |
LMethod.setModifier(long modifier)
设置访问级别
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<LMethod> |
BaseMethodProcessor.getMethodList(RoundEnvironment roundEnv,
Class<? extends Annotation> annotationClass)
获取带有指定注解的方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
SyncProcessor.handleMethod(LMethod method)
1.
|
protected abstract void |
BaseMethodProcessor.handleMethod(LMethod method)
处理单个类信息
|
protected void |
AutoLogProcessor.handleMethod(LMethod method)
1.
|
Copyright © 2020. All rights reserved.