Annotation Type Impact


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Inherited
    @Documented
    public @interface Impact
    Produces an operation impact that will be returned by JMX MBeanOperationInfo.getImpact().
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String NAME  
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      ImpactOption value  
    • Field Detail

      • NAME

        static final java.lang.String NAME