Class PostConstructIntrospector

java.lang.Object
org.atmosphere.inject.InjectIntrospectorAdapter<jakarta.annotation.PostConstruct>
org.atmosphere.inject.PostConstructIntrospector
All Implemented Interfaces:
Injectable, InjectIntrospector

@ApplicationScoped @RequestScoped public class PostConstructIntrospector extends InjectIntrospectorAdapter<jakarta.annotation.PostConstruct>
PostConstruct implementation support.
Author:
Jeanfrancois Arcand