]> git.mxchange.org Git - jcore-logger-ejb.git/commitdiff
added missing javadoc
authorRoland Haeder <roland@mxchange.org>
Tue, 29 Sep 2015 08:19:17 +0000 (10:19 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 29 Sep 2015 08:19:17 +0000 (10:19 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java

index e5dc9936fae4b1f04e07b36670dfad53b43adf3d..8fb86d18da9a2e8154b8dcf2576ba0adc2b0f003 100644 (file)
@@ -41,6 +41,12 @@ public class LoggerFactory {
                this.logger = LogManager.getLogger(this.getClass().getName());
        }
 
+       /**
+        * Produces a logger instance
+        *
+        * @param caller Injection point
+        * @return Logger
+        */
        @Produces
        @Log
        public Logger getLogger (final InjectionPoint caller) {