Annotation Type Inject


  • @Documented
    @Retention(RUNTIME)
    @Target(FIELD)
    public @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 
      Modifier and Type Required Element Description
      String name
      Name of the bean
    • Element Detail

      • name

        String name
        Name of the bean