-
Notifications
You must be signed in to change notification settings - Fork 40
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
@Deprecated to work like @Ignore #47
Comments
This was considered a stretch goal for 1.0, but we're past the original cutoff date for 1.0, so I'm moving this to 1.1. We will need to remove the existing |
Can this now move back to 1.0 ? |
I'd say that we should leave it at 1.1 until we have a pull request ready to go before the 1.0 deadline (I reset that to be December 2). |
Actually, I think things annotated as |
Yes, that is the idea, the "work like ignore" just means that we allow it on get and set and field, so it applies to output, input or both. We will also have our own annotation (that can take a reason) but will also support the java one. |
The new annotation could be implemented as a custom directive #344. |
Add test cases for @deprecated and make sure that it can work the same as @ignore
Meaning that if placed on the field, both Input and Output is deprecated, however putting it on the getter of setter only the input or output is deprecated. (Same as @ignore)
The text was updated successfully, but these errors were encountered: