Replies: 1 comment 1 reply
-
Where do you get the idea that user-defined attributes are supported? At least I'm not aware of such a feature... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
it seems the "attribute" has been implemented in luau.
but how to use it?
suppose i am writing a game server framework, and i need to implement a "Autowire" feature:
to implement such feature, the first thing i need to do is to get all attributes declared on module/function.
In java, i can use the reflection API to get annotations(attributes in luau) on class/method.
but how can i get the attributes declared on luau module/function?
Beta Was this translation helpful? Give feedback.
All reactions