Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getProperty (4.58 sec)

  1. build-logic/documentation/src/test/resources/org/gradle/test/JavaClassWithStaticImport.java

     * limitations under the License.
     */
    
    package org.gradle.test;
    
    import static java.util.Collections.emptyList;
    
    import java.util.List;
    
    public class JavaClassWithStaticImport {
        List<String> getProperty() { return emptyList(); }
    Java
    - Registered: Wed Apr 10 11:36:10 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 813 bytes
    - Viewed (0)
Back to top