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