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