public static @interface Java4C.EmbeddedData
Defines that the instance is embedded in C. The Java-Reference have to be final. It means it is set on construction.
In Java it is possible to initialize it with an derived class, for example for special debugging functions on Java level.
In C it is always an instance of the class type of the reference type. The initialization should be done with conditional translation,
see