| The Generator interface will be implemented by APT data types that result in the generation
of new source or text artifacts.
for template usage on class-type objects
This is done with an abstract class (instead of an interface) so derived abstract classes
can be subclassed from it w/out requiring all of the methods to be declared there.
|