BitFlipperProbitflippers.dev·Apr 6, 2024Use GroqDoc and OpenRewrite to write your JavadocIt is important to have Javadoc comments on our Java interfaces so developers know how the interface was intended to be implemented. Lets use OpenRewrite and an LLM to add Javadoc comments to our interfaces! GroqCloud For this blog we have used the G...Discuss·70 readsopen rewrite
BitFlipperProbitflippers.dev·Mar 2, 2024How to Duplicate Classes with OpenRewriteLets create a new DuplicateClass scanning recipe to show how we can use OpenRewrite to create new files. Why a Scanning Recipe? As we want to create a new file we cannot use the standard imperative recipe. Standard Recipes are only able to work on ex...Discuss·101 readsScanning Recipe