Package org.atmosphere.inject
Class PostConstructIntrospector
java.lang.Object
org.atmosphere.inject.InjectIntrospectorAdapter<javax.annotation.PostConstruct>
org.atmosphere.inject.PostConstructIntrospector
- All Implemented Interfaces:
Injectable,InjectIntrospector
@ApplicationScoped
@RequestScoped
public class PostConstructIntrospector
extends InjectIntrospectorAdapter<javax.annotation.PostConstruct>
PostConstruct implementation support.
- Author:
- Jeanfrancois Arcand
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.atmosphere.inject.InjectIntrospector
InjectIntrospector.WHEN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintrospectMethod(Method m, Object instance) Introspect the methodMethods inherited from class org.atmosphere.inject.InjectIntrospectorAdapter
injectable, injectable, introspectField, supportedType
-
Constructor Details
-
PostConstructIntrospector
public PostConstructIntrospector()
-
-
Method Details
-
introspectMethod
Description copied from interface:InjectIntrospectorIntrospect the method- Specified by:
introspectMethodin interfaceInjectIntrospector- Overrides:
introspectMethodin classInjectIntrospectorAdapter<javax.annotation.PostConstruct>- Parameters:
m- the methodinstance- the object to invoke the method on
-