* corresponding to an audited entity.
*
* @param propertyName Name of the property.
*/
public static AuditProperty<Object> revisionProperty(String propertyName) {
return new AuditProperty<Object>( new RevisionPropertyPropertyName( propertyName ) );
}