Details
Description
As per issue: 2963, we should simplify the ClonableFieldHandler such that it's copyInstance(FieldHandler) method does not require a FieldHandler parameter (this method is an instance method, and thus we are always passing "this" to the method anyway.
I am going to rename this new method again (copyFieldHandler()) and move it to a new marker interface.