注释类型 | 说明 |
---|---|
ExecuteFunctionRecord |
Created by juhaoyu on 2017/8/14.
|
FunctionRecorder |
Created by juhaoyu on 2017/8/14.
|
Log |
日志方法注解, 默认用FRLogger.getLogger().debug打印出来指定的参数
eg.
|
LogDeclare |
表明该类中包含一个日志注解字段, 主要是为了加载性能考虑,
不需要扫描所有的类来识别@Log
|