Found this javadoc in some core Java classes, what does this mean? when to use javadoc in writing?
@jls points to the Java language specification section.
@jls
See for example:
The last annotation in your @since question @since used to indicate the version of Java ( 1.8 , which is Java 8), in which the document class or method was first available.
@since
1.8