Skip to content

Commit

Permalink
Create mapping document
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Jun 19, 2022
1 parent c82ac3b commit 770bbd2
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion api/mapping/mapping-document/src/main/java/module-info.java
@@ -1,2 +1,23 @@
module mapping.document {
/*
* Copyright (c) 2022 Otavio Santana and others
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* This Source Code may also be made available under the following Secondary
* Licenses when the conditions for such availability set forth in the Eclipse
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
* with the GNU Classpath Exception which is available at
* https://www.gnu.org/software/classpath/license.html.
*
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
*/
module jakarta.nosql.mapping.document {
requires jakarta.nosql.communication.core;
requires jakarta.nosql.mapping.core;
requires jakarta.nosql.communication.document;

exports jakarta.nosql.mapping.document;
uses jakarta.nosql.mapping.document.DocumentQueryPagination.DocumentQueryPaginationProvider;
}

0 comments on commit 770bbd2

Please sign in to comment.