Since Java 5 there have been annotations in Java. I wanted to make my own annotation just to see what it takes. However, I found out that they were just interfaces. There is the rub Interfaces have no teeth behind them. Some piece of code has to implement it. I figured this is where the ...