From 93a5ff656c4b13f906a216834c3554a51537671d Mon Sep 17 00:00:00 2001 From: Jon Schneider Date: Mon, 17 Apr 2017 17:34:43 -0500 Subject: [PATCH] @AutoRewrite now has Runtime retention --- .../src/main/kotlin/com/netflix/rewrite/auto/AutoRewrite.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/rewrite-core/src/main/kotlin/com/netflix/rewrite/auto/AutoRewrite.kt b/rewrite-core/src/main/kotlin/com/netflix/rewrite/auto/AutoRewrite.kt index 847fea9..f397b96 100644 --- a/rewrite-core/src/main/kotlin/com/netflix/rewrite/auto/AutoRewrite.kt +++ b/rewrite-core/src/main/kotlin/com/netflix/rewrite/auto/AutoRewrite.kt @@ -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) \ No newline at end of file