Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chinalym/shoulder-lombok

实现了 Shoulder 语法糖(利用JAP,在 JAVA 编译时自动生成代码)。进一步解放使用者的双手~ 配合 shoulder-lombok-idea-plugin 食用更香~
https://github.com/chinalym/shoulder-lombok

shoulder shoulder-framework shoulder-lombok

Last synced: 12 days ago
JSON representation

实现了 Shoulder 语法糖(利用JAP,在 JAVA 编译时自动生成代码)。进一步解放使用者的双手~ 配合 shoulder-lombok-idea-plugin 食用更香~

Awesome Lists containing this project

README

        

# Shoulder-Lombok

[gitee](https://gitee.com/ChinaLym/shoulder-lombokn) 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`.

#### what will happen when use `@Slog` before your class ?

It just generate a line like `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 **lombok-intellij-plugin** in [gitee](https://gitee.com/ChinaLym/lombok-intellij-plugin) or [github](https://github.com/ChinaLym/lombok-intellij-plugin)