Class WebContainerInjectionProvider

java.lang.Object
com.sun.faces.vendor.WebContainerInjectionProvider
All Implemented Interfaces:
InjectionProvider

public class WebContainerInjectionProvider extends Object implements InjectionProvider

This InjectionProvider will be used if the PostConstruct and PreDestroy annotations are present, but no specific InjectionProvider has been configured.

It's important to note that this will not provide resource injection.