Is there some way to use @Autowired with static fields. If not, are there some other ways to do this?
@Autowired
@Autowired can be used with setters so you could have a setter modifying an static field.
Just one final suggestion... DON'T