io.github.kits.agent.ValuesAgentHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of whimthen-kits Show documentation
Show all versions of whimthen-kits Show documentation
Easy to use java tool library.
The newest version!
package io.github.kits.agent;
import javassist.ClassPool;
import javassist.CtClass;
import javassist.CtField;
import java.util.List;
/**
* @project: kits
* @created: with IDEA
* @author: nzlong
* @date: 2019/04/03 14:30 | April. Wednesday
*/
public class ValuesAgentHandler {
public static byte[] values(ClassPool cp, CtClass ctClass, List ctFields) {
return null;
}
}