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 Constructor Description PostConstructIntrospector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidintrospectMethod(java.lang.reflect.Method m, java.lang.Object instance)Introspect the method-
Methods inherited from class org.atmosphere.inject.InjectIntrospectorAdapter
injectable, injectable, introspectField, supportedType
-
-
-
-
Method Detail
-
introspectMethod
public void introspectMethod(java.lang.reflect.Method m, java.lang.Object instance)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
-
-