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

name.remal.annotation.bytecode.BytecodeRetriever Maven / Gradle / Ivy

package name.remal.annotation.bytecode;

import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

@FunctionalInterface
interface BytecodeRetriever {

    @Nullable
    byte[] retrieve(@NotNull String className) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy