Interface IElementDefinitionsAware


  • public interface IElementDefinitionsAware

    This is a marker interface that determines that the marked structure needs to be set the ElementDefinitions object from the engine during the configuration phase.

    This interface can be applied to processors, pre-processors and post-processors.

    This interface is only for internal use.

    Since:
    3.0.0
    Author:
    Daniel Fernández
    • Method Detail

      • setElementDefinitions

        void setElementDefinitions​(ElementDefinitions elementDefinitions)