Skip to content

Component's generated methods: Add a comment to indicate that the method is generated #240

Description

@LabordePierre

Example:

MyCompImpl >> getMyCompServicesProvider [
        "generated methods blablabla"

	| servicesSymbol servicesProvider itf |

	itf := MyCompServices.
	servicesSymbol := self servicesProviders at: itf ifAbsent: [nil].
	(servicesSymbol isNil or:[servicesSymbol isSymbol not]) ifTrue: [ ^ MolNotFoundServicesProvider new interface: itf name: nil ].

	servicesProvider := MolComponentManager default locatorServices searchServicesProviderFor: MyCompServices named: servicesSymbol.
	^servicesProvider
]

Maybe having a pragma to have a better management of generated methods?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions