I have a standalone enum type defined, something like this:
package my.pkg.types; public enum MyEnumType { TYPE1, TYPE2 }
Now, I w
I know this is a really old question, but in case someone is looking for the newer way to do this, use the spring util namespace:
As described in the spring documentation.