org.jboss.weld.util.collections.EmptyStack 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.util.collections;
import java.util.Stack;
public class EmptyStack extends Stack {
}