public static @interface Java4C.ConstThis
Produces a const modifier for the thiz- reference. The method does not change any data of this.
Note that the const of C/C++ is not supported by the Java language. But it may be important for C/C++.
In Java it should asserted that the referenced Object won't be changed.
In opposite, a final modifier on the reference means in Java and in C: The reference itself won't be changed.