org.jboss.weld.interceptor.proxy.LifecycleMixin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weld-servlet-shaded Show documentation
Show all versions of weld-servlet-shaded Show documentation
This jar bundles all the bits of Weld and CDI required for running in a Servlet container.
package org.jboss.weld.interceptor.proxy;
/**
* @author Marius Bogoevici
*/
public interface LifecycleMixin {
void lifecycle_mixin_$$_postConstruct();
void lifecycle_mixin_$$_preDestroy();
}