Will Kotlin have macro?

I found xtend have a nice feature call Active Annotation, which is a kind of macro. Will Kotlin have the same or similar feature?

It is on the table, but note that Kotlin does not generate java sources, so it won't be that easy as for xTend