| Interface | Description |
|---|---|
| Animal | |
| DeadlyAnimal | |
| DeadlySpider |
| Class | Description |
|---|---|
| BlackWidow | |
| BlackWidowConsumer |
This simple bean contains an injection point to receive the value of a producer field in another bean.
|
| BlackWidowProducer | |
| BrownRecluse | |
| BrownRecluseProducer | |
| DefangedTarantula | |
| NullSpiderConsumer |
Simple bean that has an injection point for a spider
|
| NullSpiderConsumerForBrokenProducer |
Simple bean that has an injection point for a spider
|
| NullSpiderProducer |
Contains producer for Spider which always is a null value and in Dependent scope
|
| NullSpiderProducer_Broken |
Bean with a producer field that always returns null and is not in Dependent context (the produced result)
|
| ProducerFieldLifecycleTest | |
| SpecializedTarantulaProducer |
This bean contains a producer field and specializes another bean which has the same producer field.
|
| Spider | |
| StaticTarantulaConsumer |
This bean contains an injection point for a Tarantula that must be provided by the container via a (static) producer field.
|
| StaticTarantulaProducer | |
| Tarantula | |
| TarantulaConsumer |
This bean contains an injection point for a Tarantula that must be provided by the container via a (static) producer field.
|
| TarantulaProducer |
| Annotation Type | Description |
|---|---|
| Broken | |
| Null | |
| SpiderStereotype |
Test stereotype used to change the scope type and deployment type of another bean, in particular a producer field bean.
|
| Static | |
| Tame | |
| Working |
Copyright © 2008–2016 CDI TCK. All rights reserved.