Posted by: Hawagiri02 September 2, 2020
why JAVA is outdated ?
Login in to Rate this Post:     0       ?        
Try using Lombok you can write same code like this in java:


@Getter
@Setter
public class MyClass {

private int myProperty;

}
Read Full Discussion Thread for this article