org.jboss.ejb3.annotation.impl
Class InitImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.InitImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, javax.ejb.Init

public class InitImpl
extends java.lang.Object
implements javax.ejb.Init

// *


Constructor Summary
InitImpl()
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 void setValue(java.lang.String s)
           
 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

InitImpl

public InitImpl()
Method Detail

value

public java.lang.String value()

annotationType

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

setValue

public void setValue(java.lang.String s)