@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface RulePostConstruct
Step
to be executed to for post construct actions.
The method will be called only in case a step is created within a rule.
Method must accept a single argument of type StepPostConstructContext