org.jboss.ejb3.annotation.impl
Class RunAsPrincipalImpl

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

public class RunAsPrincipalImpl
extends java.lang.Object
implements org.jboss.ejb3.annotation.RunAsPrincipal

// *


Constructor Summary
RunAsPrincipalImpl(java.lang.String value)
           
 
Method Summary
 java.lang.Class<org.jboss.ejb3.annotation.RunAsPrincipal> annotationType()
           
 java.lang.String toString()
           
 java.lang.String value()
           
 
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
 

Constructor Detail

RunAsPrincipalImpl

public RunAsPrincipalImpl(java.lang.String value)
Method Detail

value

public java.lang.String value()

annotationType

public java.lang.Class<org.jboss.ejb3.annotation.RunAsPrincipal> 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