Annotation Interface RulePostConstruct


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface RulePostConstruct
Marks a method of 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