How to define java constants like Integer.MAX_VALUE in XML? I know how to use enums, but I have a third-party library that must use constant operations.
For example. There are some values in the
How to define java constants like Integer.MAX_VALUE in XML? I know how to use enums, but I have a third-party library that must use constant operations.
For example. There are some values in the