spring-projects / spring-plugin

Apache License 2.0
441 stars 117 forks source link

Update documentation to remove impression plugins can be added #40

Closed AaricChenLegacy closed 5 years ago

AaricChenLegacy commented 7 years ago

hi,

according to the README

registry.add(new FooImplementation());

but I can't find any method named add in the interface.

odrotbohm commented 7 years ago

The PluginRegistry implementations available out of the box are immutable. So adding plugins is currently not supported. I'll update the reference documentation accordingly.