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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user