Annotation Interface Inject
The
Inject annotation allows injection of
IronJacamar beans into the test case.
The list of beans available can be seen in the configuration
files, or through the Kernel bean in the management
console
Example:
@Inject(name = "MDR") private MetadataRepository mdr;
- Author:
- Jesper Pedersen
-
Required Element Summary
Required Elements
-
Element Details
-
name
String nameName of the bean
-