intellij idea - Lombok prefix configurations in Android Studio -
I am using the lombom which can cause the accusator methods. I have a lombok.config file in the module / src / main / java directory that looks like a config file.
lombok.accessors.prefix + m config.stopBubbling = true I have the following in my code. < getMRoute () seems to generate the function instead of getRoute ()
/ Code>.
I have tried to change the location of the file lombok.config , and even installed the Lombok plugin for the intelligencer.
add @Accessors (prefix = "m") before class declaration Fixes the problem.
@Asseters (prefix = "m") Public Classes MyCalus {@Getter PrivateInternet; } Will generate getNum () instead of getMum ()
Comments
Post a Comment