Description
We generate same name for ivar and property if attribute name is all upper-case letters.
Generated code looks like this:
public static final Property<String> URL = Property.create("URL", String.class); protected String URL;
We generate same name for ivar and property if attribute name is all upper-case letters.
Generated code looks like this:
public static final Property<String> URL = Property.create("URL", String.class); protected String URL;