File tree Expand file tree Collapse file tree 3 files changed +2
-21
lines changed
src/main/java/xdean/annotation/processor/toolkit Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 1- package xdean .annotation .processor .toolkit .meta ;
1+ package xdean .annotation .processor .toolkit .annotation ;
22
33import static java .lang .annotation .ElementType .ANNOTATION_TYPE ;
44import static java .lang .annotation .RetentionPolicy .RUNTIME ;
Original file line number Diff line number Diff line change 2222import xdean .annotation .processor .toolkit .ElementUtil ;
2323import xdean .annotation .processor .toolkit .NestCompileFile ;
2424import xdean .annotation .processor .toolkit .XAbstractProcessor ;
25+ import xdean .annotation .processor .toolkit .annotation .Meta ;
2526import xdean .annotation .processor .toolkit .annotation .SupportedMetaAnnotation ;
2627
2728public abstract class AbstractMetaProcessor <T extends Annotation > extends XAbstractProcessor {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments