Skip to content

Commit

Permalink
Update annotation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Schwarz committed Mar 22, 2021
1 parent 063689a commit b520fef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.gitlab.arturbosch.detekt.api.internal

/**
* A Rule can be annotated with this to indicate that it needs type resolution to be enabled in order to work.
* Annotated [io.gitlab.arturbosch.detekt.api.Rule] requires type resolution to work.
*/
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.SOURCE)
Expand Down

0 comments on commit b520fef

Please sign in to comment.