| Interface | Description |
|---|---|
| Cdi.OnStart |
Will be execute before the container starts and can return a closeable called after the container stops.
|
| Annotation Type | Description |
|---|---|
| Cdi |
Activates CDI based on SE API for the decorated test.
|
| Cdi.Property |
A property set in SeContainer (as String).
|
| CdiMethodParameters |
Enables method parameter injection using CDI lookups.
|
| Scopes |
Activates CDI scopes on a running OWB instance - you can use @
Cdi for that. |
| SkipInject |
Qualifier you can put in method parameters to prevent the injection (adding an unresolved qualifier).
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.