Using the following code snippet:
public class MyUrls {
I get the following error:
The value for annotation attribute RequestMapping.value must be a constant expression
But in fact, URL_HOMEPAGE is a constant, as it is declared as public final static . Am I mistaken? How to solve this problem?
sp00m source share