Library

Reflection

Reflection helpers for class loading and reflective access with consistent error handling.

Artifact
helix-reflection
Category
Utilities

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.reflection
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.reflection)
}

Configuration

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