|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.context.annotation.BeanAnnotationHelper
class BeanAnnotationHelper
Utilities for processing Bean
-annotated methods.
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()
Method Detail |
---|
public static boolean isBeanAnnotated(java.lang.reflect.Method method)
public static java.lang.String determineBeanNameFor(java.lang.reflect.Method beanMethod)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |