[Persistence] Clarify JSDoc

Per code review feedback, nasa/openmctweb#257
This commit is contained in:
Victor Woeltjen 2015-11-20 17:08:39 -08:00
parent 04ce2f985a
commit e6c9cbf0cd

View File

@ -37,7 +37,12 @@ define(
/**
* Aggregates multiple persistence providers, such that they can be
* utilized as if they were a single object.
* utilized as if they were a single object. This is achieved by
* routing persistence calls to an appropriate provider; the space
* specified at call time is matched with the first provider (per
* priority order) which reports that it provides persistence this
* space.
*
* @memberof platform/persistence/aggregator
* @constructor
* @implements {PersistenceService}