We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part of #222
As a developer, I want the attributes to document the class and member name it was used on to reuse this information in my coding
Acceptance criterias
getClassConstructor
getMemberName
undefined
null
The text was updated successfully, but these errors were encountered:
WIP (#291)
8b5ba24
cc4466b
6cd110c
Adjust defaults (#291)
550aa3c
$singleton case (#291)
578fc41
ad029db
New dependencies (#291)
efcafa4
Documentation (#291)
887aedd
ArnaudBuchholz
No branches or pull requests
Part of #222
As a developer, I want the attributes to document the class and member name it was used on to reuse this information in my coding
Acceptance criterias
getClassConstructor
should return the Class where the attribute was declaredgetMemberName
should return the member name where the attribute was declaredgetMemberName
method should returnundefined
null
andundefined
The text was updated successfully, but these errors were encountered: