Mauro Talevi commented on New Feature JBEHAVE-845

We could have the composite step file in a textual format but it would still need to declared in a steps class, e.g.

@Composite("<my_composite>.step")
public void myComposite(){
}

The InjectableStepsFactory creates steps classes, which are then used to find annotated methods that match the textual steps.

Would that work for you?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to