Drop half-backed support of "dynamic" annotations on scripts...

leaving it in the history so it could be restored and finished, if needed
This commit is contained in:
Ilya Chernikov
2018-07-03 16:14:07 +02:00
parent dee141b26b
commit f39c6f3b7a
4 changed files with 1 additions and 40 deletions
@@ -96,14 +96,3 @@ annotation class MyScriptConstructorAnnotation
@MyScriptClassAnnotation()
abstract class TestScriptWithAnnotatedBaseClass @MyScriptConstructorAnnotation constructor()
object TestScriptWithMethodAnnotationsConfiguration : ArrayList<Pair<TypedKey<*>, Any?>>(
listOf(
ScriptCompileConfigurationProperties.generatedClassAnnotations to listOf()
)
)
@Suppress("unused")
@KotlinScript
@KotlinScriptDefaultCompilationConfiguration(TestScriptWithMethodAnnotationsConfiguration::class)
abstract class TestScriptWithMethodAnnotations