Skip to content

Commit 06bf391

Browse files
committed
Update javadoc InMemoryOAuth2AuthorizationService
Issue gh-43
1 parent bfb5432 commit 06bf391

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/InMemoryOAuth2AuthorizationService.java

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
/**
2828
* An {@link OAuth2AuthorizationService} that stores {@link OAuth2Authorization}'s in-memory.
2929
*
30+
* <p>
31+
* <b>NOTE:</b> This implementation should ONLY be used during development/testing.
32+
*
3033
* @author Krisztian Toth
3134
* @author Joe Grandja
3235
* @since 0.0.1

0 commit comments

Comments
 (0)