Registry / logging / logging-annotation-processor

logging-annotation-processor

JSON →
library1.10javamavenunverified

Annotation processor that generates logging code from source-level logging annotations.

<dependency> <groupId>org.glassfish.annotations</groupId> <artifactId>logging-annotation-processor</artifactId> <version>1.10</version> </dependency>
INSTALL
IMPORT
SIG · LOGGING-ANNOTATION
L
logging-annotation-processor
loggingjavav1.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LoggingAnnotationProcessor
org.glassfish.logging.annotation.processor.LoggingAnnotationProcessor

Minimal usage of GlassFish logging annotation processor.

import org.glassfish.logging.annotation.processor.LoggingAnnotationProcessor; public class Example { public static void main(String[] args) { LoggingAnnotationProcessor processor = new LoggingAnnotationProcessor(); System.out.println(processor.getClass().getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
logging-annotation-processor — mvn dependency:get logging-annotation-processor · libregistry