Injecting values for static constants in Spring
Posted
by Shyam
on Stack Overflow
See other posts from Stack Overflow
or by Shyam
Published on 2010-05-04T06:35:11Z
Indexed on
2010/05/04
6:38 UTC
Read the original article
Hit count: 208
In one of my classes there is a public static String
member and I need set this value in the applicationContext.xml
! That is, is it possible for us to inject a value for this static property?
© Stack Overflow or respective owner