I have this Singleton:
public enum Elvis { INSTANCE; private int age; public int getAge() { return age; } }
You can use Spring Expression Language:
or without elvis bean:
elvis