< prev index next >

src/jdk.jshell/share/classes/jdk/jshell/VarSnippet.java

Print this page

        

*** 37,47 **** * <code>VarSnippet</code> is immutable: an access to * any of its methods will always return the same result. * and thus is thread-safe. * * @since 9 ! * @jls 8.3: FieldDeclaration. */ public class VarSnippet extends DeclarationSnippet { /**A human readable type of the variable. May include intersection types * and human readable description of anonymous classes. --- 37,47 ---- * <code>VarSnippet</code> is immutable: an access to * any of its methods will always return the same result. * and thus is thread-safe. * * @since 9 ! * @jls 8.3 Field Declarations */ public class VarSnippet extends DeclarationSnippet { /**A human readable type of the variable. May include intersection types * and human readable description of anonymous classes.
< prev index next >