I was wondering, is it possible to generate javadoc for public String constants to generate javadoc which contains its content?
E.g.
For field:
public static final String MENU = "menu_2";
it would generate javadoc like this:
/**
* value: menu_2
*/
You can reference it directly in the comment: