> * @see com.opmath.util.html.Countries
Can you find any examples is Sun's JavaDoc of an @see to an abstract?
Perhaps you have found a bug.
Try explicitly making your interface public. Maybe see only works on
explicitly public classes.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Bruno Beloff - 28 Nov 2003 19:55 GMT
Thanks for the message.
The class I'm referring to is explicity public:
public abstract class Countries
...
It has no corresponding interface declaration. It's not practical for me to
alter the package I'm referring to. I haven't found any @see's to abstract
classes in Sun's javadocs, but that doesn't mean they're not there.
Has anyone got @see to work referencing an abstract class in a separate
package?
All the best,
Bruno.
On 28/11/03 7:14 pm, in article qg7fsvoiqm427o0pu24s8cm64fj3u64cla@4ax.com,
>> * @see com.opmath.util.html.Countries
>
[quoted text clipped - 9 lines]
> Coaching, problem solving, economical contract programming.
> See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.