Update javadoc InMemoryRegisteredClientRepository

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

View File

@ -25,6 +25,9 @@ import java.util.concurrent.ConcurrentHashMap;
/**
* A {@link RegisteredClientRepository} that stores {@link RegisteredClient}(s) in-memory.
*
* <p>
* <b>NOTE:</b> This implementation is recommended ONLY to be used during development/testing.
*
* @author Anoop Garlapati
* @see RegisteredClientRepository
* @see RegisteredClient