Replies: 4 comments 1 reply
-
In any case, I think your argument is valid: the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've created #2910 to address this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
the
@Order
annotation is marked asEXPERIMENTAL
where the type annotation valueOrderAnnotation
implementation is not marked asEXPERIMENTAL
. So I guess, it‘s stable. The documentation ofOrderAnnotation
also refers to@Order.
On the other hand, if
OrderAnnotation
implicitly takes the API state of@Order
, this indirection is semantically difficult to detect. This also in view of the fact that@Order
has been in theEXPERIMENTAL
state for many versions, and within this time period certainlyI would be happy if the situation is clarified by the team in the next minor release. Whereby I plead for
@Order
to be transferred to the stateSTABLE
.Have fun :-)
-sascha
Beta Was this translation helpful? Give feedback.
All reactions