MatteoJoliveau / PlugFace

Next generation Java general purpose plugin framework
https://plugface.matteojoliveau.com
MIT License
42 stars 11 forks source link

Throw exception when trying to register two plugins with the same name #13

Open MatteoJoliveau opened 6 years ago

MatteoJoliveau commented 6 years ago

When registering a new plugin, an exception should be thrown if another plugin with the same name is already present in the context.