Uses of Class
org.jboss.cdi.tck.tests.decorators.custom.broken.nodelegateinjectionpoint.VehicleDecorator

Packages that use VehicleDecorator
org.jboss.cdi.tck.tests.decorators.custom.broken.nodelegateinjectionpoint   
 

Uses of VehicleDecorator in org.jboss.cdi.tck.tests.decorators.custom.broken.nodelegateinjectionpoint
 

Methods in org.jboss.cdi.tck.tests.decorators.custom.broken.nodelegateinjectionpoint that return VehicleDecorator
 VehicleDecorator CustomDecorator.create(javax.enterprise.context.spi.CreationalContext<VehicleDecorator> ctx)
           
 

Methods in org.jboss.cdi.tck.tests.decorators.custom.broken.nodelegateinjectionpoint with parameters of type VehicleDecorator
 void CustomDecorator.destroy(VehicleDecorator arg0, javax.enterprise.context.spi.CreationalContext<VehicleDecorator> arg1)
           
 

Method parameters in org.jboss.cdi.tck.tests.decorators.custom.broken.nodelegateinjectionpoint with type arguments of type VehicleDecorator
 VehicleDecorator CustomDecorator.create(javax.enterprise.context.spi.CreationalContext<VehicleDecorator> ctx)
           
 void CustomDecorator.destroy(VehicleDecorator arg0, javax.enterprise.context.spi.CreationalContext<VehicleDecorator> arg1)
           
 void AfterBeanDiscoveryObserver.vetoVehicleDecorator(javax.enterprise.inject.spi.ProcessAnnotatedType<VehicleDecorator> event)
           
 

Constructor parameters in org.jboss.cdi.tck.tests.decorators.custom.broken.nodelegateinjectionpoint with type arguments of type VehicleDecorator
CustomDecorator(javax.enterprise.inject.spi.AnnotatedField<? super VehicleDecorator> annotatedField, javax.enterprise.inject.spi.BeanManager beanManager)
           
 



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