@ApplicationScoped @RequestScoped public class PostConstructIntrospector extends InjectIntrospectorAdapter<javax.annotation.PostConstruct>
InjectIntrospector.WHEN| Constructor and Description |
|---|
PostConstructIntrospector() |
| Modifier and Type | Method and Description |
|---|---|
void |
introspectMethod(java.lang.reflect.Method m,
java.lang.Object instance)
Introspect the method
|
injectable, injectable, introspectField, supportedTypepublic void introspectMethod(java.lang.reflect.Method m,
java.lang.Object instance)
InjectIntrospectorintrospectMethod in interface InjectIntrospectorintrospectMethod in class InjectIntrospectorAdapter<javax.annotation.PostConstruct>m - the methodinstance - the object to invoke the method onCopyright © 2017. All Rights Reserved.