import javax.management.MXBean;

@MXBean
public interface Sample3 {
    public int getCount();
    public Name2 getUser();
}

