return getSupplier(unassigned).getValueSources(unassigned);
}
public ParameterSupplier getSupplier(ParameterSignature unassigned)
throws InstantiationException, IllegalAccessException {
ParameterSupplier supplier = getAnnotatedSupplier(unassigned);
if (supplier != null) {
return supplier;
}
return new AllMembersSupplier(fClass);