Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for PropertyContributorsHolder (0.12 seconds)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/spi/PropertyContributorsHolder.java

    import org.apache.maven.api.spi.PropertyContributor;
    
    /**
     * Hack: to circumvent sisu/plexus/di stuff.
     */
    @Named
    public final class PropertyContributorsHolder {
        private final Map<String, PropertyContributor> propertyContributors;
    
        @Inject
        public PropertyContributorsHolder(Map<String, PropertyContributor> propertyContributors) {
            this.propertyContributors = propertyContributors;
        }
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Nov 20 19:58:27 GMT 2024
    - 1.4K bytes
    - Click Count (0)
Back to Top