Segelzwerg / SportToolBox

This is a website where you calculate different metrics used in sport. It is meant to collect calculators into one website for the convenience of the athletes.
GNU General Public License v3.0
4 stars 21 forks source link

Add Annotation Processing for @Provisional #74

Open Segelzwerg opened 4 years ago

Segelzwerg commented 4 years ago

https://github.com/Segelzwerg/SportToolBox/blob/3a3cdc9350461270dd27e282b2f5168d1cbb67f2/src/main/java/segelzwerg/sporttooolbox/Provisional.java#L5-L9

This should print a warning in the console that the use of this field is highly like to change.

Probably reflections are a good idea.