public class ThreadLocalStackService<T> extends Object implements org.jboss.weld.bootstrap.api.Service
| Constructor and Description |
|---|
ThreadLocalStackService() |
public void push(T item)
item - the injection point to usepublic T pop()
public T peek()
public void cleanup()
cleanup in interface org.jboss.weld.bootstrap.api.ServiceCopyright © 2013 Seam Framework. All rights reserved.