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

com.adrninistrator.javacg.extensions.code_parser.CodeParserInterface Maven / Gradle / Ivy

package com.adrninistrator.javacg.extensions.code_parser;

/**
 * @author Adrninistrator
 * @date 2021/8/10
 * @description: 对jar包中的文件或字节码解析类的基础接口
 */
public interface CodeParserInterface {

    /**
     * 初始化,整个执行过程中只执行一次
     */
    default void initCodeParser() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy