initshdb

Results 5 comments of initshdb

@gurpiarbassi @joelittlejohn Is this possible to generate annotation with custom message?

With your suggestion and the below code, using ```AsmVisitorWrapper``` I am able to remove an existing annotation from a method, however, I also want to **replace the removed annotation with...

I was able to replace the annotation value of the existing annotation on a method by using an `AnnotationVisitor`. `@OneToOne (fetch = FetchType.LAZY)` Replaced to `@OneToOne (fetch = FetchType.EAGER)` The...

Thank you so much for your help. Can you point or tell me how instead of ASM, could I use the `Transformer`? I'd like to try using the `Transformer `as...

Though not exactly but another alternative you can consider using is the VS Code built in commands - Go to Previous Folding Range (`editor.gotoNextFold`) - Go to Next Folding Range...