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 Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class[] adminObjectInterfaces
      Specifies the Java type of the interface implemented by the administered object.
    • Element Detail

      • adminObjectInterfaces

        java.lang.Class[] adminObjectInterfaces
        Specifies the Java type of the interface implemented by the administered object.
        Default:
        {}