/// The current API version is {@value #API_VERSION}.
public class Apple{
public static final String API_VERSION = "1.0.2";
}
In the above code snippet, the value of API_VERSION is not shown when hovering over the Apple class; however, the Javadoc works fine.