ClassGeneratorFactorypublic interface ClassGeneratorFactory implements com.sun.corba.ee.spi.orbutil.generic.NullaryFunctionConvenience interface that defines a factory for ClassGenerator instances.
It puts the class name of the generated class in a single place.
It must always be the case that evaluate().name().equals( className() ). |
|