2.4.12 @Local

Organization of this subsection
(1) Description
(2) Element

(1) Description

Set the local business interface of Enterprise Beans.. When you specify an annotation in an interface, that interface becomes a local business interface. When specifying the annotation in the Bean class, you need to specify the local business interface in the value element.

(2) Element

The following table lists the elements of @Local:

Element nameFunction
valueWhen specifying annotations in the Bean class, specify the class of the local business interface.

The details of each element are as follows:

(a) value element
Type
Class[]
Description
When specifying annotations in the Bean class, specify the class of the local business interface.
Default value
{}