Testing java plugin

im trying to implement a user-defined procedure in java, and trying to follow the documentation User-defined procedures https://neo4j.com/docs/java-reference/current/extending-neo4j/procedures/
however, it is unable to find my procedure AlternativeMissingLinks, is there something I'm missing?

MathiasGraabeck_0-1673350707264.png

MathiasGraabeck_1-1673350934147.png

Looks like your method is defining a custom function, not a custom procedure. You need to us ‘withFunction’ instead of ‘withProcedure’ to make it available.