1 23 24 29 30 31 package com.sun.cli.util.stringifier; 32 33 import java.lang.reflect.Array ; 34 import javax.management.*; 35 36 37 38 public class ModelMBeanConstructorInfoStringifier 39 extends MBeanConstructorInfoStringifier implements Stringifier 40 { 41 public static MBeanConstructorInfoStringifier DEFAULT = new MBeanConstructorInfoStringifier( ); 42 43 44 public 45 ModelMBeanConstructorInfoStringifier( ) 46 { 47 super( ); 48 } 49 50 public 51 ModelMBeanConstructorInfoStringifier( MBeanFeatureInfoStringifierOptions options ) 52 { 53 super( options ); 54 } 55 } 56 | Popular Tags |