Annotation Interface RequiredIntegration
Annotation used to indicate that a field or a method
depends on a
ChatPluginIntegration
to work.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass
<? extends ChatPluginIntegration> Gets the class of the required integration.
-
Element Details
-
value
Class<? extends ChatPluginIntegration> valueGets the class of the required integration.- Returns:
- Required integration's class
-