Package com.linkedin.venice.annotation
Annotation Interface UnderDevelopment
Indicates that an API (class, method, or field) is under development and is not yet stable.
This annotation warns users that the annotated element may change or be removed in future versions.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueAn optional message providing additional details about the development status.- Default:
- ""
-