changeset 11545:469a6c227b50 draft

<arseniiv> learn final is an annotation in Java, it means the marked code will not be changed anymore and is a final version,
author HackEso <hackeso@esolangs.org>
date Sat, 05 May 2018 16:30:06 +0100
parents 524da63fbe2d
children bde236d471f3
files wisdom/final
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wisdom/final	Sat May 05 16:30:06 2018 +0100
@@ -0,0 +1,1 @@
+final is an annotation in Java, it means the marked code will not be changed anymore and is a final version,