Skip to content

Commit

Permalink
Suppress annotation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Dec 18, 2024
1 parent 83203ba commit d764527
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public class LoggerGenerator {
LoggerGenerator::isBuiltInJavaMethod;
private final ProcessingEnvironment m_processingEnv;
private final List<ElementHandler> m_handlers;

@SuppressWarnings("BadAnnotationImplementation")
private final Logged m_defaultConfig =
new Logged() {
@Override
Expand Down

0 comments on commit d764527

Please sign in to comment.