|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.context.annotation.ConfigurationMethod org.springframework.context.annotation.BeanMethod
final class BeanMethod
Represents a Configuration
class method marked with the
Bean
annotation.
ConfigurationClass
,
ConfigurationClassParser
,
ConfigurationClassBeanDefinitionReader
Nested Class Summary | |
---|---|
private class |
BeanMethod.NonOverridableMethodError
|
Field Summary |
---|
Fields inherited from class org.springframework.context.annotation.ConfigurationMethod |
---|
configurationClass, metadata |
Constructor Summary | |
---|---|
BeanMethod(MethodMetadata metadata,
ConfigurationClass configurationClass)
|
Method Summary | |
---|---|
void |
validate(ProblemReporter problemReporter)
|
Methods inherited from class org.springframework.context.annotation.ConfigurationMethod |
---|
getConfigurationClass, getMetadata, getResourceLocation, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BeanMethod(MethodMetadata metadata, ConfigurationClass configurationClass)
Method Detail |
---|
public void validate(ProblemReporter problemReporter)
validate
in class ConfigurationMethod
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |