google-nomulus/java/google/registry/ui
jart 7b9752c99d Forward declare namespaces only in JSDoc
Forward declares symbol. This is an indication to the compiler that the
symbol may be used in the source yet is not required and may not be
provided in compilation.

The most common usage of forward declaration is code that takes a type
as a function parameter but does not need to require it. By forward
declaring instead of requiring, no hard dependency is made, and (if not
required elsewhere) the namespace may never be required and thus, not be
pulled into the JavaScript binary. If it is required elsewhere, it will
be type checked as normal.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=127095620
2016-07-13 15:57:11 -04:00
..
assets Migrate Domain Registry to Closure Rules 0.1.0 2016-05-17 13:53:41 -04:00
css Migrate Domain Registry to Closure Rules 0.1.0 2016-05-17 13:53:41 -04:00
epptmpl mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
externs Migrate Domain Registry to Closure Rules 0.1.0 2016-05-17 13:53:41 -04:00
forms Prefer re2 over java.util.regex 2016-05-13 23:16:07 -04:00
html Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
js Forward declare namespaces only in JSDoc 2016-07-13 15:57:11 -04:00
server Turn CheckApiAction into a standard-ish epp endpoint 2016-06-27 16:22:12 -04:00
soy Update Domain Registry to Closure Rules v0.2.3 2016-07-13 15:44:35 -04:00
BUILD Turn CheckApiAction into a standard-ish epp endpoint 2016-06-27 16:22:12 -04:00
compile_test.js mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
conformance_proto.txt mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
ConsoleConfigModule.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
ConsoleDebug.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
globals.txt Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
package-info.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00