https://github.com/alaugks/article-annotation-key-value-pairs
https://github.com/alaugks/article-annotation-key-value-pairs
annotation hashmap hashmap-java java
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alaugks/article-annotation-key-value-pairs
- Owner: alaugks
- Created: 2024-12-22T17:09:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T19:08:15.000Z (5 months ago)
- Last Synced: 2025-01-19T20:22:16.058Z (5 months ago)
- Topics: annotation, hashmap, hashmap-java, java
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Article
### Using a HashMap in a custom Annotation
* [Article](https://dev.to/alaugks/using-a-hashmap-in-a-custom-annotation-4boa)
* [Source](src/main/java/dev/alaugks/article/enum_example)
* [Test](src/test/java/dev/alaugks/article/enum_example)### Using nested annotations for key-value pairs in a custom annotation
* [Article](https://dev.to/alaugks/using-nested-annotations-for-key-value-pairs-in-a-custom-annotation-2fla)
* [Source](src/main/java/dev/alaugks/article/annotation_example)
* [Test](src/test/java/dev/alaugks/article/annotation_example)