Get rid of deprecated annotations and modifiers in project code

This commit is contained in:
Denis Zharkov
2015-09-14 16:26:59 +03:00
parent 02aafe4262
commit 9c4564a5a6
204 changed files with 485 additions and 439 deletions
@@ -22,6 +22,6 @@ public interface CommandLineProcessor {
public val pluginId: String
public val pluginOptions: Collection<CliOption>
throws(CliOptionProcessingException::class)
@Throws(CliOptionProcessingException::class)
public fun processOption(option: CliOption, value: String, configuration: CompilerConfiguration)
}