Annotation Interface RequiresConsul
@Documented
@Retention(RUNTIME)
@Target({PACKAGE,TYPE})
@Requires(property="consul.client") @Requires(property="consul.client.enabled",value="true",defaultValue="true")
public @interface RequiresConsul
Meta annotation for Consul requirements.
- Since:
 - 1.0
 - Author:
 - graemerocher