79455548

Date: 2025-02-20 18:58:20
Score: 1
Natty:
Report link

You are missing registering the Annotation Processor.

You can register the annotation processor like below.

Register the Annotation Processor: Create a file named javax.annotation.processing.Processor in the META-INF/services directory and add the fully qualified name of your annotation processor class. org.bbloggsbott.annotationenforcer.EnforceAnnotationProcessor

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sushil Behera