Interface ClassBehaviorParametersSPI

  • All Known Implementing Classes:
    ClassBehavior, ProcessorModel

    public interface ClassBehaviorParametersSPI
    Inugami use a lot of SPI implementation, Some components required to be configured. SPI implementation required to have on implementation a constructor without parameters. In Java is not possible to create an final SPI implementation with some initialized fields. To do it, the ClassBehaviorParametersSPI allows to build a newer SPI instance with given configuration.