Annotation Interface RequiresEureka
@Documented
@Retention(RUNTIME)
@Target({PACKAGE,TYPE})
@Requires(condition=RequiresEurekaCondition.class)
public @interface RequiresEureka
Meta annotation for that can be added to any component that requires Eureka to load.
- Since:
 - 1.0
 - Author:
 - graemerocher