diff --git a/src/main/kotlin/com/beust/kobalt/api/PluginProperties.kt b/src/main/kotlin/com/beust/kobalt/api/PluginProperties.kt index 797a9b35..3838b215 100644 --- a/src/main/kotlin/com/beust/kobalt/api/PluginProperties.kt +++ b/src/main/kotlin/com/beust/kobalt/api/PluginProperties.kt @@ -5,7 +5,7 @@ import java.util.* /** * Plugins can publish to and read from this object in order to exchange information. Keys stored in - * these maps should be annotated with @ExportedProperty. + * these maps should be annotated with @ExportedPluginProperty. */ class PluginProperties @Inject constructor() { private val pluginProperties = hashMapOf>()