Skip to content

Commit

Permalink
kapt注解处理器不再检索Override注解, fix #480
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingxing committed Jan 21, 2024
1 parent 90bc511 commit a61dd69
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ open class KaptProcessor : AbstractProcessor() {

override fun getSupportedAnnotationTypes(): Set<String> {
return LinkedHashSet<String>().apply {
add(Override::class.java.canonicalName)
add(Param::class.java.canonicalName)
add(Parser::class.java.canonicalName)
add(Converter::class.java.canonicalName)
Expand Down

0 comments on commit a61dd69

Please sign in to comment.