Class | Description |
---|---|
BootOnLoadExtension |
CDI extension that is responsible to eagerly bootstrap CDI beans that
are annotated with
@BootOnLoad . |
Annotation Type | Description |
---|---|
BootOnLoad |
Annotation that instructs the CDI container to bootstrap (invoke its
@PostConstuct )
method on CDI container startup. |
Selectable |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.