like this code
public boolean equals(Object o) {
return null;
}
i want use treeMaker write return null statement, but i dont know how to do this.
like this code
public boolean equals(Object o) {
return null;
}
i want use treeMaker write return null statement, but i dont know how to do this.
I made a mistake in this question, primitive can not return null.
return null statement can gengrated by like this code
for example