All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.kits.agent.ValuesAgentHandler Maven / Gradle / Ivy

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;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy