Hi Folks,I am using @reference annotation from OSGI R6 on a field which is of type Map. @reference(service = serviceName.class, cardinality = ReferenceCardinality.MANDATORY_MULTIPLE, policy = ReferencePolicy.DYNAMIC)Map connection = new HashMap<~>(); I usually get an error the the field type should ...