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