org.jboss.ejb3.annotation
Annotation Type Cache


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

Cache Annotation used to specify Cache implementation


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value