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

org.jboss.weld.util.bytecode.DeferredBytecode Maven / Gradle / Ivy

package org.jboss.weld.util.bytecode;

import org.jboss.classfilewriter.code.CodeAttribute;

/**
 * @author Stuart Douglas
 */
public interface DeferredBytecode {

    void apply(CodeAttribute codeAttribute);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy