Add a parameter comment
This commit is contained in:
parent
d26d925c10
commit
c78bd4f157
|
|
@ -20,6 +20,7 @@ public abstract class AbstractClassEnhancePluginDefine {
|
|||
*
|
||||
* @param transformClassName target class.
|
||||
* @param builder byte-buddy's builder to manipulate target class's bytecode.
|
||||
* @param classLoader load the given transformClass
|
||||
* @return the new builder, or <code>null</code> if not be enhanced.
|
||||
* @throws PluginException, when set builder failure.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue