Implemented in class xdoclet.modules.jdo.JdoTagsHandler.
The forAllPackages
iterates through all packages, and generates the template if the jdo.persistence-capable tag is present in at least one class in the package.
tagName |
The tag name that must be present in at least one class in the package in order that the template be generated. |
The forAllClassesInPackage
method iterates through all the classes in the current package.