In the spirit of this question:
https://stackoverflow.com/questions/1886966/java-string-declaration-occupying-multiple-lines
will there be any plans in any future version of Java to allow string continuation in the java scource?
String haveUeverSeenLorem =
"Lorem ipsum dolor sit amet, \
consectetur adipisicing elit, \
sed do eiusmod tempor incididunt \
ut labore et dolore magna aliqua.";
Either one way or another, e.g. like the above example.
It seems very unlikely. They didn’t make the cut for Java 7, as noted in the answer to Java 7 – Multiline strings