Package org.jboss.weld.proxy
Interface WeldConstruct
- All Known Subinterfaces:
WeldClientProxy
public interface WeldConstruct
Marker interface denoting that the instance is an internal Weld contruct. This ranges from intercepted/decorated subclass to
client proxy. This ranges from contextual instances of intercepted/decorated beans to contextual references for normal scoped
beans (client proxies).
- Author:
- Matej Novotny