org.jboss.annotation.ejb.cache
Annotation Type Cache


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

Annotation for specifying the class used to provide the caching mechanism for a bean

Version:
$Revision: 1.1.2.8 $
Author:
Bill Burke

Required Element Summary
 java.lang.Class value
           
 

Element Detail

value

public abstract java.lang.Class value