Package javax.resource.spi
Annotation Type AdministeredObject
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface AdministeredObjectDesignates a JavaBean as an administered object.Administered objects are specific to a messaging style or message provider.- Since:
- 1.6
- Version:
- Java EE Connector Architecture 1.6
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class[]adminObjectInterfacesSpecifies the Java type of the interface implemented by the administered object.
-