Automatically add Javadoc @since tags

Is there a simple way to automatically add Javadoc @since tags with current project version to all classes/methods without @since?

I’m sure you could hack together a quick solution with qdox (@see DocletTag)