示例方法
public static boolean isEmpty(Collection<?> collection) {
return (collection == null || collection.isEmpty()) ;
}
目前生成结果
component comxxx.util.CollectionUtils as " Miscellaneous collec\n framework.\n CollectionUtils" {
component com.xxx.util.CollectionUtils_isEmpty_Collection_?__ as " Return true if the s\n or empty. Otherwise,\n +S isEmpty(Collection<?>)"
}
需要去掉CollectionUtils_isEmpty_Collection_?__中的问号才能正常渲染
示例方法
目前生成结果
需要去掉CollectionUtils_isEmpty_Collection_?__中的问号才能正常渲染