public class Baz extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
accessed |
Bar |
bar |
static boolean |
postConstructedCalled |
| Modifier and Type | Method and Description |
|---|---|
boolean |
injectionPerformedCorrectly() |
void |
postConstruct() |
public final Bar bar
public boolean accessed
public static boolean postConstructedCalled
@Inject public Baz(Bar bar)
public boolean injectionPerformedCorrectly()
@PostConstruct public void postConstruct()
Copyright © 2008–2016 CDI TCK. All rights reserved.