News

For example, I like it for specifying import static java.lang.System.out in my simple Java classes so that I can access the standard output stream easily with the out handle.
The Java Language Specification (section 13.1) states “Any constructs introduced by the compiler that do not have a corresponding construct in the source code must be marked as synthetic, except ...