@Vetoed public class Factory extends Object
| Modifier and Type | Field and Description |
|---|---|
static SpaceSuit<?> |
INVALID_FIELD1 |
static Toy |
INVALID_FIELD2 |
Object |
INVALID_FIELD3 |
static Toy |
WOODY |
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
static Toy |
getBuzz(javax.enterprise.inject.spi.BeanManager manager,
SpaceSuit<Toy> suit) |
static <T> T |
invalidProducerMethod1(T t) |
Toy |
invalidProducerMethod2() |
Copyright © 2008-2015 Seam Framework. All Rights Reserved.