mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
[Persistence] Clarify JSDoc
Per code review feedback, nasa/openmctweb#257
This commit is contained in:
@ -37,7 +37,12 @@ define(
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Aggregates multiple persistence providers, such that they can be
|
* 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
|
* @memberof platform/persistence/aggregator
|
||||||
* @constructor
|
* @constructor
|
||||||
* @implements {PersistenceService}
|
* @implements {PersistenceService}
|
||||||
|
Reference in New Issue
Block a user