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

Annotate getters instead of fields #21

Open
dflemstr opened this issue Nov 22, 2013 · 4 comments
Open

Annotate getters instead of fields #21

dflemstr opened this issue Nov 22, 2013 · 4 comments

Comments

@dflemstr
Copy link

It would be great to have the option of generating the validation annotations on getters instead of fields. That way, static analysis tools will pick up the annotations and warn about improper use.

@krasa
Copy link
Owner

krasa commented Jan 12, 2014

that could be done

@ST-DDT
Copy link
Contributor

ST-DDT commented Jul 17, 2014

Maybe i can help with that.
Can you give me a hint how to get a method from ClassOutline or any other other object in the plugin?

@krasa
Copy link
Owner

krasa commented Jul 17, 2014

I manipulated methods in PrimitiveFixerPlugin.
But anyways, I would much rather to get #17 implemented. I have seen some article/blog how to get a list of choices used in xsd, long time ago, but I cannot find it now...

@ST-DDT
Copy link
Contributor

ST-DDT commented Jul 18, 2014

then i'll have a look at that first.

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

3 participants