org.jboss.ejb3.annotation.impl
Class DependsImpl

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

public class DependsImpl
extends java.lang.Object
implements org.jboss.ejb3.annotation.Depends


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

DependsImpl

public DependsImpl()
Method Detail

value

public java.lang.String[] value()

addDependency

public void addDependency(java.lang.String dependency)

annotationType

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