java.lang package, which has been implicitly recorded by default. Since version 3.14, packageName can be a fully-qualified class name.
Note that get() in ClassPool does not search the recorded package. Only the compiler searches it.
@param packageName the package name.It must not include the last '.' (dot). For example, "java.util" is valid but "java.util." is wrong.
@since 3.1
| |
| |
| |
| |
| |
| |
| |