mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
API doc
This commit is contained in:
parent
3cf999510b
commit
b14a1f3202
@ -64,7 +64,7 @@ public class ClassFileLoader {
|
||||
* Get the ClassFile from cache or load it.
|
||||
*
|
||||
* @param className
|
||||
* the class name
|
||||
* the class name like "java/lang/Object"
|
||||
* @return the ClassFile or null
|
||||
* @throws IOException
|
||||
* If any I/O error occur
|
||||
@ -120,7 +120,7 @@ public class ClassFileLoader {
|
||||
* Add a partial class with the given instance to the loader cache.
|
||||
*
|
||||
* @param className
|
||||
* the name of the class to replace
|
||||
* the name of the class to replace like "java/lang/String"
|
||||
* @param partialClassFile
|
||||
* the partial ClassFile
|
||||
* @throws IOException
|
||||
|
Loading…
x
Reference in New Issue
Block a user