Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validValues (0.13 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/artifacts/repositories/RepositoryContentDescriptor.java

         * specific attribute.
         * @param attribute the attribute
         * @param validValues the list of accepted values
         * @param <T> the type of the attribute
         */
        @SuppressWarnings("unchecked")
        <T> void onlyForAttribute(Attribute<T> attribute, T... validValues);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 10 23:09:47 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top