public interface MethodInjectionPoint extends CallableInjectionPoint, Executable
EMPTY| Modifier and Type | Method and Description | 
|---|---|
Method | 
getMethod()  | 
String | 
getName()  | 
Object | 
invoke(Object instance,
      Object... args)
Invokes the method. 
 | 
boolean | 
isPostConstructMethod()  | 
boolean | 
isPreDestroyMethod()  | 
getArgumentsgetDeclaringBean, requiresReflectionfindAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypegetAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotationgetArgumentsMethod getMethod()
String getName()
boolean isPreDestroyMethod()
boolean isPostConstructMethod()
Object invoke(Object instance, Object... args)
invoke in interface Executableinstance - The instanceargs - The arguments. Should match the types of getArguments()