analytically / innerbuilder

IntelliJ IDEA plugin which generates an inner builder class

Home Page:https://plugins.jetbrains.com/plugin/7354-innerbuilder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

org.slf4j.Logger not being recognized by inner builder?

tsuikm opened this issue · comments

I have a logger that i want to set with inner builder. Is there a reason why this doesn't work?

Yeah Logger fields are excluded from the builder since it's a rare case. Best add manually.