javaee:env-entry-type

The env-entry-type element contains the Java language
	      type of the environment entry.  If an injection target
	      is specified for the environment entry, the type may
	      be omitted, or must match the type of the injection
	      target.  If no injection target is specified, the type
	      is required.

	      Example:

	      <env-entry-type>java.lang.Integer</env-entry-type>

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID optional

Source

<xsd:element name="env-entry-type" type="javaee:env-entry-type-valuesType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>
      <![CDATA[

	      The env-entry-type element contains the Java language
	      type of the environment entry.  If an injection target
	      is specified for the environment entry, the type may
	      be omitted, or must match the type of the injection
	      target.  If no injection target is specified, the type
	      is required.

	      Example:

	      <env-entry-type>java.lang.Integer</env-entry-type>

	      ]]>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

Sample