Add a parameter comment

This commit is contained in:
wusheng 2017-06-07 20:55:39 +08:00
parent d26d925c10
commit c78bd4f157
1 changed files with 1 additions and 0 deletions

View File

@ -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.
*/