org.jboss.cdi.tck.util
Class ForwardingIdentifiedAnnotatedType<X>

java.lang.Object
  extended by org.jboss.cdi.tck.util.ForwardingAnnotated
      extended by org.jboss.cdi.tck.util.ForwardingAnnotatedType<X>
          extended by org.jboss.cdi.tck.util.ForwardingIdentifiedAnnotatedType<X>
All Implemented Interfaces:
javax.enterprise.inject.spi.Annotated, javax.enterprise.inject.spi.AnnotatedType<X>, javax.enterprise.inject.spi.IdentifiedAnnotatedType<X>

Deprecated. IdentifiedAnnotatedType will be probably removed, see CDI-58. Use AddForwardingAnnotatedTypeAction instead.

public abstract class ForwardingIdentifiedAnnotatedType<X>
extends ForwardingAnnotatedType<X>
implements javax.enterprise.inject.spi.IdentifiedAnnotatedType<X>

Author:
Martin Kouba

Constructor Summary
ForwardingIdentifiedAnnotatedType()
          Deprecated.  
 
Method Summary
abstract  String getExtensionId()
          Deprecated.  
 String getID()
          Deprecated.  
 
Methods inherited from class org.jboss.cdi.tck.util.ForwardingAnnotatedType
delegate, getConstructors, getFields, getJavaClass, getMethods
 
Methods inherited from class org.jboss.cdi.tck.util.ForwardingAnnotated
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedType
getConstructors, getFields, getJavaClass, getMethods
 
Methods inherited from interface javax.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
 

Constructor Detail

ForwardingIdentifiedAnnotatedType

public ForwardingIdentifiedAnnotatedType()
Deprecated. 
Method Detail

getExtensionId

public abstract String getExtensionId()
Deprecated. 

getID

public String getID()
Deprecated. 
Specified by:
getID in interface javax.enterprise.inject.spi.IdentifiedAnnotatedType<X>


Copyright © 2008-2012 Seam Framework. All Rights Reserved.