1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2015-12-06 00:05:13 -08:00
parent 9d4c9d4e77
commit 758e35a7db

View file

@ -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<String, HashMap<String, Any>>()