Skip to content

Commit ded64af

Browse files
committed
Marking software.amazon.awssdk.http.ConfigurationProvider as @ReviewBeforeRelease - not clear that we actually need this
1 parent 35949f3 commit ded64af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

http-client-spi/src/main/java/software/amazon/awssdk/http/ConfigurationProvider.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
package software.amazon.awssdk.http;
1717

1818
import java.util.Optional;
19+
import software.amazon.awssdk.annotations.ReviewBeforeRelease;
1920

2021
/**
2122
* Interface to provide read only access to the configuration of the {@link SdkHttpClient}.
2223
*/
24+
@ReviewBeforeRelease("Do we really need this?")
2325
public interface ConfigurationProvider {
2426

2527
/**

0 commit comments

Comments
 (0)