decorate
Create and install a new PluginDecorator that will decorate all plugins of this store and all decorators installed before this one!
Any decorator installed after this invocation will also wrap all previous decorators and plugins.
Decorators must be unique by name, or this method will throw IllegalArgumentException.
See DecoratorBuilder for more info on the behavior of decorators.