# chainWithGeneratorPlugin **Repository Path**: wangjinwen/chainWithGeneratorPlugin ## Basic Information - **Project Name**: chainWithGeneratorPlugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-18 - **Last Updated**: 2021-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README idea插件项目 插件功能: 生成链式调用的 set 方法,和 builder 方法 生成插件方法: IDEA -> Build -> Prepare Plugin Module 'chainWithGeneratorPlugin' For development 将生成的插件 chainWithGeneratorPlugin.jar 丢入其它IDEA即完成,插件安装 测试插件 Code -> Generate -> 选中 chainWither 生成链式 set 方法(AWS 的链式 set 方法风格) -> 选中 chainBuilder 生成链式 set 方法 (使用属性名作为方法名) 目前待解决的问题 AWT events are not allowed inside write action: sun.awt.PeerEvent[INVOCATION_DEFAUL jetbrains 官方开发的解决方案 https://www.cnblogs.com/sharpest/p/7844533.html