software.amazon.awssdk.annotations

Annotation Type ReviewBeforeRelease



  • @Target(value={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.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      String value
      An explanation of why we should review this before general availability.
    • Element Detail

      • value

        public abstract String value
        An explanation of why we should review this before general availability. Will it definitely change? Are we just testing something?

Copyright © 2022. All rights reserved.