Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/annotate-me
Java annotations playground
https://github.com/daggerok/annotate-me
github-action github-action-java github-actions github-actions-java java-annotations maven
Last synced: 5 days ago
JSON representation
Java annotations playground
- Host: GitHub
- URL: https://github.com/daggerok/annotate-me
- Owner: daggerok
- License: mit
- Created: 2019-05-25T00:16:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T20:49:36.000Z (over 3 years ago)
- Last Synced: 2023-04-05T03:19:08.947Z (over 1 year ago)
- Topics: github-action, github-action-java, github-actions, github-actions-java, java-annotations, maven
- Language: Java
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom annotations [![Build Status](https://travis-ci.org/daggerok/annotate-me.svg?branch=master)](https://travis-ci.org/daggerok/annotate-me) [![CI](https://github.com/daggerok/annotate-me/workflows/CI/badge.svg)](https://github.com/daggerok/annotate-me/actions?query=workflow%3ACI)
```bash
./mvnw clean ; ./mvnw test -U ; ./mvnw versions:display-property-updates
./mvnw build-helper:parse-version versions:set -DgenerateBackupPoms=false -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion}-SNAPSHOT
```## resources
* [little reflections library tutorial](https://www.baeldung.com/reflections-library)
* [guava eventbus wiki explained](https://github.com/google/guava/wiki/EventBusExplained)
* [guava EventBus tutorial](https://www.baeldung.com/guava-eventbus)
* [capsule-maven-plugin custom filename](https://github.com/chrisdchristo/capsule-maven-plugin#custom-file-name)