| Interface | Description |
|---|---|
| DynamicCdi |
This is a tag interface that is used by the DynamicCdiLoader class to lookup
all eligable classes available on the classpath.
|
| DynamicCdiFactory |
This is a tag interface that is used by the DynamicCdiLoader class to lookup
all eligable factories available on the classpath.
|
| Class | Description |
|---|---|
| DynamicCdiLoader |
Helper class to load CDI implementations dynamically at run time using
system properties to configure them.
|
| Annotation Type | Description |
|---|---|
| DynamicCdiTag |
Annotation to tag an implementation that can be dynamically looked up using CDI.
|
Copyright © 2014. All rights reserved.