Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visibility Identifiers #1

Open
3 tasks
mozharovsky opened this issue Dec 6, 2016 · 0 comments
Open
3 tasks

Visibility Identifiers #1

mozharovsky opened this issue Dec 6, 2016 · 0 comments

Comments

@mozharovsky
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant