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.
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