Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 食用更香~
- Host: GitHub
- URL: https://github.com/chinalym/shoulder-lombok
- Owner: ChinaLym
- License: mit
- Created: 2020-07-01T18:10:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T18:47:12.000Z (over 4 years ago)
- Last Synced: 2024-10-10T05:38:05.118Z (about 1 month ago)
- Topics: shoulder, shoulder-framework, shoulder-lombok
- Language: Java
- Homepage: https://github.com/ChinaLym/shoulder-framework
- Size: 71.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
- Authors: AUTHORS
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)