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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -