Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Kuper (5.29 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

              <version>4.0.0+</version>
              <code>
                <![CDATA[
        /**
         * @see java.lang.Object#toString()
         */
        public String toString()
        {
            return "PluginConfiguration {" + super.toString() + "}";
        }
                ]]>
              </code>
            </codeSegment>
          </codeSegments>
        </class>
        <class xdoc.anchorName="profile_build">
          <name>BuildBase</name>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  2. guava-gwt/pom.xml

          <resource>
            <directory>src</directory>
          </resource>
          <!-- src-super is copied to guava-gwt-sources (so that we can strip its @Nullable annotations), so we don't need to list it here. We may want to arrange something similar for test-super someday. -->
          <!-- TODO(cpovirk): Why do we have separate src and src-super directories, anyway? -->
          <resource>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Apr 11 15:00:55 GMT 2024
    - 19.8K bytes
    - Viewed (0)
  3. api/maven-api-settings/src/main/mdo/settings.mdo

              <version>1.0.0/1.1.0</version>
              <code>
                <![CDATA[
        /**
         * @see RepositoryBase#equals(java.lang.Object)
         */
        public boolean equals(Object obj) {
            return super.equals(obj);
        }
                ]]>
              </code>
            </codeSegment>
          </codeSegments>
        </class>
    
        <class java.clone="deep">
          <name>RepositoryPolicy</name>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
Back to top