Is your feature request related to a problem? Please describe.
Fury is in rapid development, and serialization is used commonly.
we need a way to remind the users which api are stable and which is expected to change.
Describe the solution you'd like
add java api annotation to mark api stability:
@Public is stable
@Internal is subject to change
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
Fury is in rapid development, and serialization is used commonly.
we need a way to remind the users which api are stable and which is expected to change.
Describe the solution you'd like
add java api annotation to mark api stability:
@Publicis stable@Internalis subject to changeDescribe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.