Package jakarta.resource.spi
Annotation Type AdministeredObject
- 
 @Documented @Retention(RUNTIME) @Target(TYPE) public @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 SummaryOptional Elements Modifier and Type Optional Element Description Class[]adminObjectInterfacesSpecifies the Java type of the interface implemented by the administered object.
 
- 
- 
- 
Element Detail- 
adminObjectInterfacesClass[] adminObjectInterfaces Specifies the Java type of the interface implemented by the administered object.- Returns:
- the Java type of the interface implemented by the administered object.
 - Default:
- {}
 
 
- 
 
-