Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PropertyContributorsHolder (0.07 sec)

  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;
        }
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 20 19:58:27 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top