org.jboss.ejb3.annotation.impl
Class PersistenceManagerImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.PersistenceManagerImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, org.jboss.ejb3.annotation.PersistenceManager

public class PersistenceManagerImpl
extends java.lang.Object
implements org.jboss.ejb3.annotation.PersistenceManager


Constructor Summary
PersistenceManagerImpl()
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 void setValue(java.lang.String value)
           
 java.lang.String value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

PersistenceManagerImpl

public PersistenceManagerImpl()
Method Detail

value

public java.lang.String value()

setValue

public void setValue(java.lang.String value)

annotationType

public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation