Add metadata to a propety

I’m wondering whether it is possible to add metadata to a propety.
I was hoping that probably ‘tags’ attribute is reserved for this purpose.

prop: FloatProperty(tags={'MY_TAG'})

But it looks like it is not.

Probably there is another way?