2.4.26 @Stateless

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

(1) Description

Set in a Stateless Session Bean class.

(2) Element

The following table lists the elements of @Stateless:

Element nameFunction
nameSpecify the Stateless Session Bean name.
mappedNameYou can specify the element, but you cannot run elements on Cosminexus because Cosminexus does not support elements.
descriptionSpecify the description of Stateless Session Bean.

The details of each element are as follows:

(a) name element
Type
String
Description
Specify the Stateless Session Bean name.
Default value
Class name excluding the Stateless Session Bean package
(b) mappedName element
Type
String
Description
Specify the alias of Stateless Session Bean.
Default value
None
(c) description element
Type
String
Description
Specify the description of Stateless Session Bean.
Default value
""