I have the following javadoc comment
/** * @return {@link #radioWeatherHumidityPercentageList} */ List<RadioWeatherHumidityPercentage> getRadioWeatherHumidityPercentageList() { return radioWeatherHumidityPercentageList; }
and it complains that I donot have a javadoc comment for the return value. But I do have it and I want it to refer back to the member variable