#result == T(fully.qualified.path.to.AnEnum).A_VALUE
Reference here:
You can use the special T operator to specify an instance of
java.lang.Class (the type).
#result == T(fully.qualified.path.to.AnEnum).A_VALUE
Reference here:
You can use the special T operator to specify an instance of
java.lang.Class (the type).