Class ForwardingResourceInjectionServices

java.lang.Object
org.jboss.weld.injection.spi.helpers.ForwardingResourceInjectionServices
All Implemented Interfaces:
Service, ResourceInjectionServices

public abstract class ForwardingResourceInjectionServices extends Object implements ResourceInjectionServices
An implementation of ResourceInjectionServices which forwards all its method calls to another ResourceInjectionServices Subclasses should override one or more methods to modify the behavior of the backing ResourceInjectionServices as desired per the decorator pattern.