Class AbstractApplicationSection

java.lang.Object
org.kie.kogito.codegen.core.AbstractApplicationSection
All Implemented Interfaces:
ApplicationSection

public abstract class AbstractApplicationSection extends Object implements ApplicationSection
Base implementation for an ApplicationSection.

It provides a skeleton for a "section" in the Application generated class. Subclasses may extend this base class and decorate the provided simple implementations of the interface methods with custom logic.