Class ExtensionUtil

java.lang.Object
io.quarkus.annotation.processor.util.ExtensionUtil

public final class ExtensionUtil extends Object
  • Constructor Details

  • Method Details

    • getExtensionModule

      public ExtensionModule getExtensionModule()
      This is not exactly pretty but it's actually not easy to get the artifact id of the current artifact. One option would be to pass it through the annotation processor but it's not exactly ideal.