Class PanacheAnnotationProcessor

  • All Implemented Interfaces:
    Processor

    public class PanacheAnnotationProcessor
    extends Object
    implements Processor
    An annotation processor that is used to generate a marker file, to tell Quarkus that this archive has a dependency on Panache entities, and therefore may need to be transformed for enhanced field access. This works because any archive that depends on Panache will have a transitive dependency on panache-common, which contains this processor. The Javac compiler will then run this processor and create the marker file.