Annotation Type ManagedAttribute


  • @Retention(CLASS)
    @Target(METHOD)
    @Documented
    public @interface ManagedAttribute
    This is a copy of the real annotation found in Infinispan source tree. Should be kept in sync.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String description  
      java.lang.String displayName  
      boolean writable  
    • Element Detail

      • description

        java.lang.String description
        Default:
        ""
      • writable

        boolean writable
        Default:
        false
      • displayName

        java.lang.String displayName
        Default:
        ""