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

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

There is a newer version: 3.0.0.Alpha1
Show newest version
package org.jboss.weld.util.bytecode;

import org.jboss.classfilewriter.code.CodeAttribute;

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

    void apply(CodeAttribute codeAttribute);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy