Library

Annotation

Shared annotations and marker types used across the Helix library stack.

Artifact
helix-annotation
Category
Utilities

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.annotation
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.annotation)
}

Configuration

No Helix-specific configuration properties are required for this library.