# annotation-processor-starter **Repository Path**: francisoyc/annotation-processor-starter ## Basic Information - **Project Name**: annotation-processor-starter - **Description**: 自定义Annotation Processor,在编译期校验@Transactional、@Async等Spring Aop相关注解的使用正确性,这两个注解常用,但也常有人踩坑,所以用来减少因为人为失误而导致的Bug。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-11 - **Last Updated**: 2021-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # annotation-processor-starter #### 介绍 自定义Annotation Processor,在编译期校验@Transactional、@Async等Spring Aop相关注解的使用正确性,这两个注解常用,但也常有人踩坑,所以用来减少因为人为失误而导致的Bug。 #### 使用说明 需要使用这个starter的项目,只需要在pom.xml中添加相应依赖即可: ` com.francis annotation-processor-starter 1.0-SNAPSHOT ` 如果需要调试这个starter的源码,在引用starter的项目中配置一下,然后在代码中打上断点,步骤: 【 Run > Edit Configurations > 加号 > Maven 】 具体配置参考:debug.png