l

logging-annotation-processor

Annotation processors which handles source level logging annotations
CDDL + GPLv2 with classpath exception
Oracle Corporation
Sandeep Shrivastava
Files download
File Operation
logging-annotation-processor-1.7.jar download
logging-annotation-processor-1.7.pom download
logging-annotation-processor-1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.annotations</groupId>
  <artifactId>logging-annotation-processor</artifactId>
  <version>1.7</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.annotations:logging-annotation-processor:1.7'
Gradle Kotlin
implementation("org.glassfish.annotations:logging-annotation-processor:1.7")
Scala SBT
libraryDependencies += "org.glassfish.annotations" % "logging-annotation-processor" % "1.7"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.annotations', module='logging-annotation-processor', version='1.7')
)
Apache Ivy
<dependency org="org.glassfish.annotations" name="logging-annotation-processor" rev="1.7" />
Leiningen
[org.glassfish.annotations/logging-annotation-processor "1.7"]
Apache Buildr
'org.glassfish.annotations:logging-annotation-processor:jar:1.7'