Update javadoc InMemoryOAuth2AuthorizationService

Issue gh-43
This commit is contained in:
Joe Grandja 2020-11-04 14:44:04 -05:00
parent bfb5432b46
commit 06bf391bfa

View File

@ -27,6 +27,9 @@ import java.util.concurrent.ConcurrentHashMap;
/**
* An {@link OAuth2AuthorizationService} that stores {@link OAuth2Authorization}'s in-memory.
*
* <p>
* <b>NOTE:</b> This implementation should ONLY be used during development/testing.
*
* @author Krisztian Toth
* @author Joe Grandja
* @since 0.0.1