Skip to content

Conversation

@wolfieboy09
Copy link
Contributor

@wolfieboy09 wolfieboy09 commented Dec 9, 2025

Description

Lot's of bindings are mostly classes, and most times it's just the class name, and so this can simplify it a bit for adding a binding

Example Script

public void registerBindings(BindingRegistry bindings) {
    bindings.add(SomeClassName.class); // This get's registered into kjs as "SomeClassName"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant