Package lombok.extern.jbosslog
Annotation Type JBossLog
-
@Retention(SOURCE) @Target(TYPE) public @interface JBossLogCauses lombok to generate a logger field.Complete documentation is found at the project lombok features page for lombok log annotations.
Example:
@JBossLog public class LogExample { }will generate:public class LogExample { private static final org.jboss.logging.Logger log = org.jboss.logging.Logger.getLogger(LogExample.class); }This annotation is valid for classes and enumerations.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringtopic
-