Skip to content

Commit

Permalink
Added missing package-info.java file (#3378)
Browse files Browse the repository at this point in the history
  • Loading branch information
owaiskazi19 authored May 18, 2022
1 parent 4f821e1 commit e440826
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions server/src/main/java/org/opensearch/extensions/package-info.java
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;

0 comments on commit e440826

Please sign in to comment.