Can be used as a UDA for methods or classes where the D name and the Java name don't match (for example, if it happens to be a D keyword).
@JavaName("version") @Import int version_();
See Implementation
Can be used as a UDA for methods or classes where the D name and the Java name don't match (for example, if it happens to be a D keyword).