Skip to content
/ ExIF Public

一个通过使用插入式注解处理API(Pluggable Annotation Processing API)来自动根据被注解了的源代码在编译器自动生成接口的工具。

Notifications You must be signed in to change notification settings

kpgoing/ExIF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

开启IDE的annoation processing功能,使用@ExtractInterface("XX")对类进行注解,括号内参数为生成的接口名,编译被注解的类后可见导出的接口源文件和其.class文件。

About

一个通过使用插入式注解处理API(Pluggable Annotation Processing API)来自动根据被注解了的源代码在编译器自动生成接口的工具。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages