org.jboss.weld.literal.EventLiteral Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weld-osgi-bundle Show documentation
Show all versions of weld-osgi-bundle Show documentation
Weld runtime packaged as an OSGi bundle
package org.jboss.weld.literal;
import javax.enterprise.event.Event;
import javax.enterprise.util.TypeLiteral;
public class EventLiteral extends TypeLiteral> {
private static final long serialVersionUID = 450443493114073397L;
}