/**
* This is a simple class with only one static field with the value ???.
*/
public class Simple {
/**
* We can reference the value with {@value} here,
* but how do we reference it in the class JavaDoc?
*/
public static final String STATIC_FIELD = "simple static field";
}
В коде говорится все:-) Спасибо за любую помощь заранее!
EDIT: Я действительно хочу, чтобы "???" выше, заменяются значением поля STATIC_FIELD
. Ссылка была бы не идеальной, но лучше, чем ничего: -)