org.jboss.annotation.ejb.cache.simple
Annotation Type PersistenceManager


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

Annotation for specifying the class used to provide the persistence 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