@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface RequireSystem
Instructs forklift to check that a required system is up and running. Checks the availability
of a system before processing messages by a consumer. RequireSystem is supported by system services.