Files

5 lines
94 B
Java

class A {
/** The value of the field is {@value}. */
public static int JAVADOC_ME = 23;
}