Annotation Type Inject
-
@Documented @Retention(RUNTIME) @Target(FIELD) public @interface Inject
TheInjectannotation allows injection of IronJacamar beans into the test case. The list of beans available can be seen in the configuration files, or through theKernelbean in the management console Example:@Inject(name = "MDR") private MetadataRepository mdr;
- Author:
- Jesper Pedersen
-
-
Element Detail
-
name
String name
Name of the bean
-
-