handwrittenSignatures property

List<String> handwrittenSignatures
final

Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated. Snippets calling these methods are still generated, however.

Implementation

final List<String> handwrittenSignatures;