Package com.exedio.cope
Annotation Type CopeCacheWeight
-
@Target({TYPE,FIELD}) @Retention(RUNTIME) @Deprecated public @interface CopeCacheWeight
Deprecated.Due to changes of the cache implementation, cache weighting is not required any more; useCopeExternal
(instead of@CopeCacheWeight(0)
) to disable caching.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
Deprecated.
-