我有一个JavaScript单例定义为:/***Adescriptionhere*@class*/com.mydomain.ClassName=(function(){/***@constructor*@lendscom.mydomain.ClassName*/varClassName=function(){};/***methoddescription*@public*@lendscom.mydomain.ClassName*/ClassName.prototype.method1=function(){};returnnewClassName();})();在详细模式(-v)下不打