mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Comment.
This commit is contained in:
parent
9d4c9d4e77
commit
758e35a7db
1 changed files with 1 additions and 1 deletions
|
@ -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>>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue