An implementation of this service is provided with Sapphire. This service is not intended to be implemented by adopters.
757677787980818283848586
{ facts = property.service( FactsAggregationService.class ).facts(); } else { FactsAggregationService service = element.service( FactsAggregationService.class ); facts = service != null ? service.facts() : new TreeSet<String>(); } for( String fact : facts ) { final PropertyEditorAssistContribution.Factory contribution = PropertyEditorAssistContribution.factory();