org.springframework.context.annotation
Class ConfigurationClassMethod.StaticMethodError

java.lang.Object
  extended by org.springframework.beans.factory.parsing.Problem
      extended by org.springframework.context.annotation.ConfigurationClassMethod.StaticMethodError
Enclosing class:
ConfigurationClassMethod

private class ConfigurationClassMethod.StaticMethodError
extends Problem

Bean methods must at least not be static in the non-CGLIB case.


Constructor Summary
ConfigurationClassMethod.StaticMethodError()
           
 
Method Summary
 
Methods inherited from class org.springframework.beans.factory.parsing.Problem
getLocation, getMessage, getParseState, getResourceDescription, getRootCause, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationClassMethod.StaticMethodError

public ConfigurationClassMethod.StaticMethodError()