Interface Initializer

All Known Implementing Classes:
DefaultInitializer

public interface Initializer
Performs SPI initialization, typically to register new tags, beans and converter. Note: To load such Initializer, we use the ServiceLoader mecanism.
See Also:
DefaultInitializer
  • Method Summary

    Modifier and Type Method Description
    void initialize()
    Performs SPI initialization, typically to register new tags, beans and converter.
  • Method Details

    • initialize

      void initialize()
      Performs SPI initialization, typically to register new tags, beans and converter.