-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added missing package-info.java file (#3378)
- Loading branch information
1 parent
4f821e1
commit e440826
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
server/src/main/java/org/opensearch/extensions/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
* | ||
* The OpenSearch Contributors require contributions made to | ||
* this file be licensed under the Apache-2.0 license or a | ||
* compatible open source license. | ||
*/ | ||
|
||
/** | ||
* Main OpenSearch extensions package. OpenSearch extensions provide extensibility to OpenSearch. | ||
* <p> | ||
* The primary extension points are: | ||
* <<enumerate the extension points and ideally give an example so users no how to extend OpenSearch>>> | ||
*/ | ||
package org.opensearch.extensions; |