Package com.logicaldoc.webservice.doc.util
package com.logicaldoc.webservice.doc.util
-
ClassDescriptionGet a variable's java type, or a collection's generic type
For Example,
"String a" => String.class, and "List<Integer> b" => Integer.class