[FEATURE]Create AnalysisExtension interface #321
Labels
CCI
Part of the College Contributor Initiative
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem?
Extension points (see #315) will be (optionally) implemented on Extensions. Eventually these points may need to be communicated to OpenSearch to be registered in the appropriate service or module.
Allowing extensions to inherit from appropriate interfaces depending on their type will match the current Plugin implementation.
What solution would you like?
Add a new interface AnalysisExtension with default implementations for extension points matching AnalysisPlugin.java.
The text was updated successfully, but these errors were encountered: