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.2.jar download
logging-annotation-processor-1.2.pom download
logging-annotation-processor-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.annotations</groupId>
  <artifactId>logging-annotation-processor</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.annotations:logging-annotation-processor:1.2'
Gradle Kotlin
implementation("org.glassfish.annotations:logging-annotation-processor:1.2")
Scala SBT
libraryDependencies += "org.glassfish.annotations" % "logging-annotation-processor" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.annotations', module='logging-annotation-processor', version='1.2')
)
Apache Ivy
<dependency org="org.glassfish.annotations" name="logging-annotation-processor" rev="1.2" />
Leiningen
[org.glassfish.annotations/logging-annotation-processor "1.2"]
Apache Buildr
'org.glassfish.annotations:logging-annotation-processor:jar:1.2'