org.jboss.jca.embedded.arquillian
Annotation Type Inject


@Documented
@Retention(value=RUNTIME)
@Target(value=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
 String name
          Name of the bean
 

Element Detail

name

public abstract String name
Name of the bean



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)