One of the things I love about Java is its native, compiler-level support for annotations, a form of syntactic metadata which can be applied to source code but also retain at run-time to influence application behavior. I use them almost daily in my projects. I do a fair amount of consulting and development on event […]
The post Using annotations in Prooph appeared first on Michiel Rook's blog.