Annotation Interface RequiredIntegration


@Target({FIELD,METHOD}) public @interface RequiredIntegration
Annotation used to indicate that a field or a method depends on a ChatPluginIntegration to work.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Gets the class of the required integration.
  • Element Details

    • value

      Class<? extends ChatPluginIntegration> value
      Gets the class of the required integration.
      Returns:
      Required integration's class