RE: [coldbox:9494] Error using Alias component annotation

Can you share the alias annotation code?

~Brad

It's not my code. A quick look at the CB code that throws the error
shows that the process function vars the variable "mappings" to an
empty string. When processing the alias component metadata later in
the function it is referenced as a structure. Add an alias to any of
your autowired components and you should see the error.

I'm using the dev branch.

.brett