@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface CacheInterceptor
CacheInterceptor| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class |
value
The Class that will be used to intercept EclipseLink's cache access.
|