@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Cacheable
Annotation to specify that this class/field/property is cacheable
in a Level 2 cache.
This corresponds to the xml attribute "cacheable" of the "class", "field"
and "property" elements.
- Since:
- 2.2
- Version:
- 2.2