Another attempt .. adding custom attributes to a property/column?

I made an earlier attempt to ask about a Hib 5.4/JPA equivalent to the .hbm.xml “meta” attribute tag…

<meta attribute="foo.bar.baz"/>

to no avail. From a PersistentClass you can get the properties from which you can get the meta attributes (Property.getMetaAttributes()) … but how can you set a meta attribute when using JPA annotations?

If the answer is its simply not available in Hibernate 5.4 then please let me know.

thanks