| Injects the maxLineItems simple environment entry through bean
method.
The JavaBeans property name (not the method name) is used as the default
JNDI name. By default, the JavaBeans propery name is combined with the
name of the class in which the annotation is used and is used directly as
the name in the bean's naming context. JNDI name for this entry would
be
java:comp/env/org.apache.openejb.examples.resource.InvoiceBean/maxLineItems
Refer "EJB Core Contracts and Requirements" specification section 16.2.2.
Parameters: maxLineItems - |