public class StaticTypesWriterControllerFactoryImpl
extends Object
implements WriterControllerFactory
Factory that wraps the standard writer controller with static-compilation behavior.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public WriterController |
makeController(WriterController normalController)* Creates a writer controller based on the given normal controller. * *
|
* Creates a writer controller based on the given normal controller. * *
normalController - the standard writer controller
*