bhuism commented on pull request #461: URL: https://github.com/apache/wicket/pull/461#issuecomment-764631851
Yes, I mean just the setting of the fields part, maybe we can leverage spring (more) in doing the actual injection, a quick search in the spring api gave me: [`AutowireCapableBeanFactory.autowire(...)`](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/config/AutowireCapableBeanFactory.html#autowireBeanProperties-java.lang.Object-int-boolean-) I think @svenmeier also meant this in https://github.com/apache/wicket/pull/461#pullrequestreview-573137771 This way maybe also annotations like `@Value` can be supported in the future, or other spring bean features. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org