- 
@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 Summary
Optional Elements Modifier and Type Optional Element Description Class[]adminObjectInterfacesSpecifies the Java type of the interface implemented by the administered object. 
 - 
 
- 
- 
Element Detail
- 
adminObjectInterfaces
Class[] 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:
 - {}
 
 
 - 
 
 -