public interface ExtensionPoint
| Modifier and Type | Method and Description |
|---|---|
List<Class<?>> |
getContributions()
Get all contributions class
|
String |
getDocumentation()
Get the comment
|
String |
getName()
Get extension point name
|
boolean |
hasContribution()
Whether has contribution or not
|
String getName()
List<Class<?>> getContributions()
String getDocumentation()
boolean hasContribution()
Copyright © 2021. All rights reserved.