org.springframework.context.annotation
Class BeanAnnotationHelper

java.lang.Object
  extended by org.springframework.context.annotation.BeanAnnotationHelper

 class BeanAnnotationHelper
extends java.lang.Object

Utilities for processing Bean-annotated methods.

Since:
3.1
Author:
Chris Beams

Constructor Summary
BeanAnnotationHelper()
           
 
Method Summary
static java.lang.String determineBeanNameFor(java.lang.reflect.Method beanMethod)
           
static boolean isBeanAnnotated(java.lang.reflect.Method method)
          Return whether the given method is annotated directly or indirectly with @Bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanAnnotationHelper

BeanAnnotationHelper()
Method Detail

isBeanAnnotated

public static boolean isBeanAnnotated(java.lang.reflect.Method method)
Return whether the given method is annotated directly or indirectly with @Bean.


determineBeanNameFor

public static java.lang.String determineBeanNameFor(java.lang.reflect.Method beanMethod)