getMembersByAnnotation

Finds all members of a symbol that have a specific annotation, directly or indirectly. It returns a tuple of the name of each each member that has them annotation.

Members

Aliases

getMembersByAnnotation
alias getMembersByAnnotation = filterSymbolsByAnnotation!(uda, symbol, [__traits(allMembers, symbol)])
Undocumented in source.

Meta