Java, a way to use reserved words
问题 Is there a method that allows you to use a keyword as a resource name in Java similar to the method used in C# of adding @ to the start of the word? I found some posts asking this a few years ago and it wasn't possible then. Was it possibly added though in Java 7 or may be added in Java 8? Reasons for doing this are very scarce. For me though I've encountered it when deserializing large json objects that use the keywords as variable names. A particular json object I'm working with uses throw.