@Target({FIELD,METHOD}) @Retention(RUNTIME) @Documented public @interface SkipArrayCheck
Object, then Pojomatic should not consider the possibility that it could
be an array. In particular, if a pair of values are both arrays, they will only be considered equal if they are the
same instance. This is primarily intended as a performance improvement in cases where a field of type Object is not
expected to contain array values, as it can avoid calls to
Object.getClass().isArray()
If the annotated property is not of type Object, this annotation has no effect.
Copyright © 2008–2018. All rights reserved.