The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Subroutines:

_getGetterComment()

This method is used from within 'getSetterGetterComment' method

NOTE: This method overrides the same method in BaseCodeGenDataType.pm Why? The super method does not display annotation documentation for getters. For API call properties we display annotation documentation even for getters.

getPropertyToCallInfo()

CallInfo is a package defined in Annotation.pm file. The packageName is: Annotation::CallInfo

NOTE: This method overrides the same method in BaseCodeGenDataType.pm It overrides it because for Api calls we do not display name of calls for which the property is used (since THIS generates a property for currently generated API call.