org.castor.cpa.jpa.annotations
Annotation Type Cache


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Cache

Specifies an array of cache properties.


Required Element Summary
 CacheProperty[] value
          An array of cache properties.
 

Element Detail

value

public abstract CacheProperty[] value
An array of cache properties.



Copyright © 2011. All Rights Reserved.