| getDefaultGroupSequence() is invoked once per property in getConstrainedPropertiesAsDescriptors() (and similarly in getConstrainedMethodsAsDescriptors). That's fine for statically defined group sequences, but it triggers a configured default group sequence provider repeatedly, which should be avoided by fetching the sequence once and pass it to getConstrainedPropertiesAsDescriptors() etc. |