How to get documentation of an atribute in Java?

0
I'm having entity E and it has attribute A.  I'm trying to get the documentation belonging to attribute A in my java codes. I was expecting to be able to find a function like getting an attribute type or value using IMendixObject or IMetaPrimitive class described in the apidocs but so far didn't have any luck. Am I missing something or we don't have this functionality at the moment?
asked
1 answers
0

Hi,

This does not seem to be possible.

-Andrej

answered