Revision Resolver implementation that checks for the presence of an {@link Revision @Revision} annotation. The valueof that annotation is returns as the revision of the payload it annotates. Note that @Revision is an inherited annotation, meaning that subclasses of annotated classes inherit the revision of their parent. This implementation returns null for objects that do not have a @Revision annotation.
@author Allard Buijze
@since 2.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.