org.jboss.cdi.tck.util
Class AddForwardingAnnotatedTypeAction<X>
java.lang.Object
org.jboss.cdi.tck.util.ForwardingAnnotated
org.jboss.cdi.tck.util.ForwardingAnnotatedType<X>
org.jboss.cdi.tck.util.AddForwardingAnnotatedTypeAction<X>
- All Implemented Interfaces:
- javax.enterprise.inject.spi.Annotated, javax.enterprise.inject.spi.AnnotatedType<X>
public abstract class AddForwardingAnnotatedTypeAction<X>
- extends ForwardingAnnotatedType<X>
- implements javax.enterprise.inject.spi.AnnotatedType<X>
Tests should use this abstraction when adding new custom AnnotatedType during BeforeBeanDiscovery
notification.
See also CDI-58.
- Author:
- Martin Kouba
| 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 |
AddForwardingAnnotatedTypeAction
public AddForwardingAnnotatedTypeAction()
getBaseId
public abstract String getBaseId()
getId
public String getId()
perform
public void perform(javax.enterprise.inject.spi.BeforeBeanDiscovery event)
buildId
public static String buildId(String baseId,
Class<?> javaClass)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.