@Retention(value=RUNTIME)
@Documented
@Target(value=METHOD)
public @interface PreConsumed
An annotation to mark a method to be invoked before an entity bean is processed and routed; so
that it can be updated in such a way that the results are available to later nodes in the route.