-
Notifications
You must be signed in to change notification settings - Fork 34
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
Remove the @message
annotation
#798
Conversation
It was a relic from the IDL generation feature which has been removed.
@@ -38,10 +38,8 @@ sealed abstract class MethodNameStyle extends Product with Serializable | |||
case object Unchanged extends MethodNameStyle | |||
case object Capitalize extends MethodNameStyle | |||
|
|||
class message extends StaticAnnotation | |||
class option(name: String, value: Any) extends StaticAnnotation | |||
class outputPackage(value: String) extends StaticAnnotation | |||
class outputName(value: String) extends StaticAnnotation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these annotations can also go, but I wanted to keep the PR small. Also we need to update skeuomorph to ensure it doesn't include them in generated code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Codecov Report
@@ Coverage Diff @@
## master #798 +/- ##
==========================================
- Coverage 72.01% 71.96% -0.06%
==========================================
Files 68 68
Lines 1047 1045 -2
Branches 12 12
==========================================
- Hits 754 752 -2
Misses 293 293
Continue to review full report at Codecov.
|
It was a relic from the IDL generation feature which has been removed.
What this does?
Changes, features, fixes ...
Checklist