Skip to content

Commit

Permalink
@AutoRewrite now has Runtime retention
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Apr 17, 2017
1 parent b4d56d7 commit 93a5ff6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ package com.netflix.rewrite.auto;
* Build tool plugins then scan for the annotation in the classpath and apply the operations to the codebase.
*/

@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.FUNCTION)
annotation class AutoRewrite(val value: String, val description: String)

0 comments on commit 93a5ff6

Please sign in to comment.