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

org.jboss.weld.interceptor.proxy.LifecycleMixin Maven / Gradle / Ivy

Go to download

This jar bundles all the bits of Weld and CDI required for running in a Servlet container.

There is a newer version: 6.0.0.Beta4
Show newest version
package org.jboss.weld.interceptor.proxy;

/**
 * @author Marius Bogoevici
 */
public interface LifecycleMixin {
    void lifecycle_mixin_$$_postConstruct();

    void lifecycle_mixin_$$_preDestroy();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy