org.ehcache.spi.service
Annotation Type ServiceDependencies


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ServiceDependencies

Annotation that enables a Service implementation to declare a dependency on other Services.


Required Element Summary
 java.lang.Class[] value
          Array of Service classes the annotated type requires in order to function.
 

Element Detail

value

public abstract java.lang.Class[] value
Array of Service classes the annotated type requires in order to function.