aboutsummaryrefslogtreecommitdiff
path: root/src/core9
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-06-04 22:18:54 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-06-04 22:18:54 +0200
commit370705e7e154309a6678b83322e243b7a32e2575 (patch)
treedcc86f9d9bb15ea45a5803576ed44b5777a3dc78 /src/core9
parent974e80e1deccd1be78ad9ce2c68d464baee3fb6c (diff)
downloadlombok-370705e7e154309a6678b83322e243b7a32e2575.tar.gz
lombok-370705e7e154309a6678b83322e243b7a32e2575.tar.bz2
lombok-370705e7e154309a6678b83322e243b7a32e2575.zip
Fixex #1697: google’s FluentLogger (Flogger) now available as one of lombok’s log annotations.
Diffstat (limited to 'src/core9')
-rw-r--r--src/core9/module-info.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core9/module-info.java b/src/core9/module-info.java
index 87f819e2..f4d5815f 100644
--- a/src/core9/module-info.java
+++ b/src/core9/module-info.java
@@ -31,6 +31,7 @@ module lombok {
exports lombok.extern.jbosslog;
exports lombok.extern.log4j;
exports lombok.extern.slf4j;
+ exports lombok.extern.flogger;
provides javax.annotation.processing.Processor with lombok.launch.AnnotationProcessorHider.AnnotationProcessor;
provides org.mapstruct.ap.spi.AstModifyingAnnotationProcessor with lombok.launch.AnnotationProcessorHider.AstModificationNotifier;