activationConfigProperties.put(property.propertyName(), property);
return DefaultActivationSpecs.class;
for (ActivationConfigProperty property : annotation.value()) { if (!activationConfigProperties.containsKey(property.propertyName())) { activationConfigProperties.put(property.propertyName(), property); } }
ActivationConfigProperty[] value = new ActivationConfigProperty[activationConfigProperties.size()]; activationConfigProperties.values().toArray(value); return value;