Interface AttributeRowsMergeStrategyBuilder


  • public interface AttributeRowsMergeStrategyBuilder

    This interface is used for providing RowsMergeStrategy instances using the Netbeans Lookup but avoiding the singleton it causes.

    Each RowsMergeStrategy should have a RowsMergeStrategyBuilder and publish it with @ServiceProvider(service=RowsMergeStrategyBuilder.class) annotation.

    Author:
    Eduardo Ramos