accessor, getter setter for kawa class

Ἀλκείδης FP alcides.fp@gmail.com
Mon Oct 16 11:41:09 GMT 2023


Hi Damien.

AFAIK, there aren't such predefinded accesors in Kawa classes.

To achieve the same goal I usually do one of the following:

a) Leave the field as public and use it directly.

b) Define a parent class (abstract or not) in Java and use Lombok
annotations (@Getter, @Setter, @Data, etc)

Greetings.

El lun., 16 de octubre de 2023 6:19, Damien Mattei via Kawa <
kawa@sourceware.org> escribió:

> are there predefined getter or setter for a field of a kawa class?
>


More information about the Kawa mailing list