Package org.jboss.weld.injection
Class CurrentInjectionPoint
java.lang.Object
org.jboss.weld.injection.ThreadLocalStack<jakarta.enterprise.inject.spi.InjectionPoint>
org.jboss.weld.injection.CurrentInjectionPoint
- All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service
public class CurrentInjectionPoint
extends ThreadLocalStack<jakarta.enterprise.inject.spi.InjectionPoint>
implements org.jboss.weld.bootstrap.api.Service
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.weld.injection.ThreadLocalStack
ThreadLocalStack.ThreadLocalStackReference<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.weld.injection.ThreadLocalStack
peek, push, pushConditionally, pushIfNotNull
-
Constructor Details
-
CurrentInjectionPoint
public CurrentInjectionPoint()
-
-
Method Details
-
cleanup
public void cleanup()- Specified by:
cleanupin interfaceorg.jboss.weld.bootstrap.api.Service
-