Hi,
spring-javaconfig is not compatible with spring 3.0.0.RC1. The interfaces org.springframework.config.java.annotation.Configu ration uses the enumeration value org.springframework.beans.factory.annotation.Autow ire.INHERITED which is not part of 3.0.0.RC1.
Does anybody know why Autowire.INHERITED has been removed? What can I do to circumvent this issue. Currently I get compile errors like this:
Thanks,Code:error: in class file org\springframework\config\java\annotation\Bean.class(org\springframework\config\java\annotation:Bean.class): unknown enum constant org.springframework.beans.factory.annotation.Autowire.INHERITED error: in class file org\springframework\config\java\annotation\Configuration.class(org\springframework\config\java\annotation:Configuration.class): unknown enum constant org.springframework.beans.factory.annotation.Autowire.INHERITED
Klaus


