|
There are a needed change in the handling:
You can set a globalvar to the generator: interface_operation_implementation_strategy Possible values are: use_abstract_method - generate a abstract method in the abstract implementation class ommit_abstract_method - The abstract method would *not* be generated none - generate the methods but not mark them as abstract. This is useful if you want generate a special operation body (eg. at Finder-Methods, where you can generate the full method) The default is none. |
|||||||||||||||||||||||||||||||||||||||||||||
You can set a globalwar to the generator: interface_operation_implementation_strategy
Possible values are:
use_abstract_method - generate a abstract method in the abstract implementation class
none - do not generate an abstract method
The default is none.