Skip to content

Remove service_with_trait logic generation #188

@DenTray

Description

@DenTray

Description

What needs to be done?

Modify the ServiceGenerator class to completely remove all logic related to generating services with traits. This includes:

  • Deleting code handling service generation with traits.

  • Removing any related stub files used for service generation with traits.

  • Cleaning up configuration files that reference or enable service generation with traits.

The goal is to eliminate the support for generating services using traits from the system entirely.

Expected Outcome

What is the expected result?

The ServiceGenerator class no longer contains any code that handles service generation with traits.
No stub files or configuration entries remain that relate to service generation with traits.
The system should not attempt to generate services with traits anymore, and no errors should result from missing this logic.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions