Package jakarta.resource.spi
Annotation Interface AdministeredObject
Designates a JavaBean as an administered object.Administered objects are
specific to a messaging style or message provider.
- Since:
- 1.6
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionClass[]
Specifies the Java type of the interface implemented by the administered object.
-
Element Details
-
adminObjectInterfaces
Class[] adminObjectInterfacesSpecifies the Java type of the interface implemented by the administered object.- Returns:
- the Java type of the interface implemented by the administered object.
- Default:
- {}
-