You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This generator does not support custom visibility identifiers.
Approach
It is actually more difficult than it looks like. Some members of classes/structs might be declared with the most strict access identifier – private, some might be declared less strictly with the fileprivale identifier, standard access would be internal and customizable up to the open.
This generator should be dealing with these requirements and provide an easy and elegant configuration to set those identifiers.
Tasks
Add configurator for accessibility identifiers
Add an easy way to customize the accessibility configurator
Update the pod
The text was updated successfully, but these errors were encountered:
This generator does not support custom visibility identifiers.
Approach
It is actually more difficult than it looks like. Some members of classes/structs might be declared with the most strict access identifier –
private
, some might be declared less strictly with thefileprivale
identifier, standard access would beinternal
and customizable up to theopen
.This generator should be dealing with these requirements and provide an easy and elegant configuration to set those identifiers.
Tasks
The text was updated successfully, but these errors were encountered: