| A ClassDoc wrapper that caches answer to the most common requests performed
by UMLGraph, considerably improving the overall UMLDoc performance (ClassDoc
computes most of the results for more fine grained information at each call).
Unfortunately this has a side effect, since it breaks the equals() call between
plain ClassDoc instances and WrappedClassDoc ones, so use it with due care.
In particular, don't provide WrappedClassDoc instances to the standard doclet.
author: wolf |