bookmark

java - Wicket @SpringBean and Spring @Autowired with injection via constructor - Stack Overflow


Description

Another solution is to use an interface for this bean. Then Wicket will use JDK Proxy instead of CGLIB and in this case there is no need of default constructor in the implementation.

Preview

Tags

Users

  • @jil

Comments and Reviews