Package com.sefer.dragonfly.client.core.domain.mbean.annotation

Examples of com.sefer.dragonfly.client.core.domain.mbean.annotation.CMbeanMethod.description()


                  param.getName(), "");
            }
          }

          ModelMBeanOperationInfo info = new ModelMBeanOperationInfo(
              method.getName(), annotation.description(),
              signatures, method.getReturnType().getName(),
              annotation.impact());
          lists.add(info);
        }
      }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.