Package org.jboss.ejb3.annotation
Annotation Type Cache
-
@Retention(RUNTIME) @Target(TYPE) public @interface Cache
Cache Annotation used to specify Cache implementation- Version:
- $Revision$
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Identifies the name of the cache.
-