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

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

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)