# shoulder-lombok **Repository Path**: zyiwei/shoulder-lombok ## Basic Information - **Project Name**: shoulder-lombok - **Description**: 实现了 Shoulder 语法糖(利用JAP,在 JAVA 编译时自动生成代码)。进一步解放使用者的双手~ 配合 shoulder-lombok-idea-plugin 食用更香~ - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: https://gitee.com/ChinaLym/shoulder-framework - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-04-09 - **Last Updated**: 2025-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Shoulder-Lombok scm: [gitee](https://gitee.com/ChinaLym/shoulder-lombok) or [github](https://github.com/ChinaLym/shoulder-lombok) ## a [lombok](https://github.com/rzwitserloot/lombok) ext for shoulder-framework. - add a special annotation(`@SLog`) for Simplify use `shoulder-framework`. ## Usage ? ### Maven add this `dependency` into your `pom.xml` ``` cn.itlym.shoulder lombok 0.1 ``` or ``` 0.1 cn.itlym.shoulder lombok ${shoulder-lombok.version} ``` ## Better experience in `Intellij IDEA` #### Download and install **shoulder lombok-intellij-plugin** from **[gitee](https://gitee.com/ChinaLym/lombok-intellij-plugin)** or **[github](https://github.com/ChinaLym/lombok-intellij-plugin)** ### what will happen when use `@SLog` before your class ? It will auto generate code like this while compiling. ```java private static final org.shoulder.core.log.Logger log = org.shoulder.core.log.LoggerFactory.getLogger(TargetType.class); ```` ![pic](shoulder-lombok-Logger.png) --- To better use it in IDEA, see