commit | e1715dc9f3132c70f1a87a6a75058d02a0b69d63 | [log] [tgz] |
---|---|---|
author | Jay Katariya <32147410+jaykataria1111@users.noreply.github.com> | Thu Nov 28 23:13:39 2024 -0800 |
committer | GitHub <noreply@github.com> | Fri Nov 29 08:13:39 2024 +0100 |
tree | b0f28a9efe92c233798db83c03eb57d97388dfe0 | |
parent | be2d145999953615863f7d1795a4472614d9dd9d [diff] |
Warn if plugin attribute has no public setter (#3195) The following commit modifies the annotation processor in 2.x to shell out a warning if the plugin builder attribute does not have a public setter. A `@SuppressWarnings("log4j.public.setter")` annotation can be used to ignore this compilation warning in case it is a known issue.