org.jboss.ejb3.annotation.impl
Class ActivationConfigPropertyImpl
java.lang.Object
org.jboss.ejb3.annotation.impl.ActivationConfigPropertyImpl
- All Implemented Interfaces:
- java.lang.annotation.Annotation, javax.ejb.ActivationConfigProperty
public class ActivationConfigPropertyImpl
- extends java.lang.Object
- implements javax.ejb.ActivationConfigProperty
// *
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.annotation.Annotation |
equals, hashCode |
ActivationConfigPropertyImpl
public ActivationConfigPropertyImpl(java.lang.String name,
java.lang.String value)
propertyName
public java.lang.String propertyName()
propertyValue
public java.lang.String propertyValue()
name
public java.lang.String name()
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType in interface java.lang.annotation.Annotation
toString
public java.lang.String toString()
- Specified by:
toString in interface java.lang.annotation.Annotation- Overrides:
toString in class java.lang.Object