Java Question Bug in BADoclet?

keirS

Well-Known Member
Licensed User
Longtime User
I have a class which has @ShortName directive. Methods of the class will return instances of the class. In the generated JavaDoc the ShortName is not used for the return type of the methods.
 

DonManfred

Expert
Licensed User
Longtime User
Hiding an example-code will not help i guess

If you return object xy from a method then you need to have another objectwrapping class for object xy. With an other ShortName annotation for it for sure ;)
 
Last edited:
Top