| Package | Description |
|---|---|
| org.jboss.cdi.tck.tests.extensions.alternative.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
TropicalFruit |
| Modifier and Type | Method and Description |
|---|---|
Fruit |
Market.getConstructorFruit() |
Fruit |
Grocery.getDisposerFruit() |
Fruit |
Grocery.getFruit() |
Fruit |
Bill.getFruit() |
Fruit |
Grocery.getInitializerFruit() |
Fruit |
Grocery.getObserverFruit() |
| Modifier and Type | Method and Description |
|---|---|
Bill |
Grocery.createBill(Fruit fruit) |
Bill |
Market.createBill(Fruit fruit) |
void |
Grocery.destroyBill(Bill bill,
Fruit fruit) |
void |
Grocery.initializer(Fruit fruit) |
void |
Grocery.observerMilk(Milk milk,
Fruit fruit) |
| Constructor and Description |
|---|
Bill(Fruit fruit) |
Market(Fruit fruit) |
Copyright © 2008–2016 CDI TCK. All rights reserved.