Package-level declarations

Types

Link copied to clipboard
@API(status = API.Status.EXPERIMENTAL, since = "4.0.0")
interface Integration

A common class for integrating with other plugins. Integrations should be annotated with dev.racci.minix.integrations.annotations.IntegrationPlugin to declare the target plugin. If the integration is not self-acting, it should be annotated with dev.racci.minix.integrations.annotations.IntegrationManager to declare the manager.

Link copied to clipboard
@API(status = API.Status.EXPERIMENTAL, since = "4.0.0")
open class IntegrationManager<I : Integration>