Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Make AgeGroupRulesFactory and AgeGroupRule internal
Make the `AgeGroupRulesFactory` and `AgeGroupRule` classes internal to encapsulate their implementation details and prevent external usage. - Mark `AgeGroupRulesFactory` and `AgeGroupRule` as internal - Update access modifiers for internal usage only This change improves the encapsulation of the internal logic, providing a cleaner and more controlled API surface for external consumers.
- Loading branch information