Done by the way. I re-used it in PluginBuilder, too, since it matches
perfectly.
On 26 May 2014 14:17, Matt Sicker wrote:
> Sounds like a good idea to me! I'll go ahead and make the change.
>
>
> On 26 May 2014 08:20, Gary Gregory wrote:
>
>> We have a new interface:
>>
>> public interface Con
Sounds like a good idea to me! I'll go ahead and make the change.
On 26 May 2014 08:20, Gary Gregory wrote:
> We have a new interface:
>
> public interface ConfigurablePluginBuilder {
>
> /**
> * Builds the plugin object after all configuration has been set. This
> will use default val
We have a new interface:
public interface ConfigurablePluginBuilder {
/**
* Builds the plugin object after all configuration has been set. This
will use default values for any
* unspecified attributes for the plugin.
*
* @return the configured plugin instance.
*/