Generate @JavaField
in Swift for the public fields of a Java class
#22
Labels
@JavaField
in Swift for the public fields of a Java class
#22
When generating Swift wrappers for Java classes (
Java2Swift
direction), we currently ignore the fields. Instead, we should generate@JavaField
members so that fields can be accessed directly. For example, a Java class like this:could be generated as:
The text was updated successfully, but these errors were encountered: