Annotation Type ReviewBeforeRelease
-
@Target({PACKAGE,TYPE,FIELD,CONSTRUCTOR,METHOD}) public @interface ReviewBeforeRelease
An annotation applied during SDK 2.0 developer preview. This makes note of something we know will change before GA or are unsure about. By applying this annotation and making sure all instances of it are removed before GA, we will make sure not to miss anything we intended to review.
-
-
Element Detail
-
value
String value
An explanation of why we should review this before general availability. Will it definitely change? Are we just testing something?
-
-