JavaName

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_();
struct JavaName {
string name;
}
Suggestion Box / Bug Report