Skip to content

Remove naming convensions #5

Description

@pougounias

Currently, the library imposes some naming convensions in the beans inside the Spring context XML. For instance:

<bean id="stateInitial" class="gr.ekt.fsmengine.api.DefaultState">
    <property name="stateName" value="STATE_INITIAL"/>
</bean>

A runtime error will occur, if we rename stateInitial to stateInitial1.Likewise, the same will occur if we rename STATE_INITIAL to STATE_INITIAL2.

So, we should remove these limitations.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions