google-nomulus/java/google/registry
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
..
backup Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
bigquery Downgrade truly minor TODO to a mere comment 2016-07-13 15:24:35 -04:00
billing Fix minor items on recurring billing expansion MR 2016-07-01 13:32:17 -04:00
braintree Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
config Add configurable escrow file import GCS bucket 2016-06-06 13:31:10 -04:00
cron Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
dns Migrate @Provides methods to @Binds methods where possible. 2016-06-27 16:47:18 -04:00
eclipse Integrate: Eclipse file generation script 2016-05-16 18:39:45 -04:00
env Add MR to expand billing events into OneTimes 2016-06-14 16:31:00 -04:00
export Fix latest_snapshot "pointer" query to use to fully-qualified table reference 2016-06-27 16:09:10 -04:00
flows Remove regtype extension since we won't be using it 2016-07-13 15:55:48 -04:00
gcs Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
groups Migrate @Provides methods to @Binds methods where possible. 2016-06-27 16:47:18 -04:00
idn Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
keyring/api Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
loadtest Make open source build pass 2016-06-14 16:33:56 -04:00
mapreduce Write list of iOS apps for IRDB to fetch to GCS 2016-07-13 15:48:49 -04:00
model Remove regtype extension since we won't be using it 2016-07-13 15:55:48 -04:00
module Create Stackdriver module and inject it into backend module 2016-07-13 15:22:19 -04:00
monitoring/whitebox Create Stackdriver module and inject it into backend module 2016-07-13 15:22:19 -04:00
pricing Rename TldSpecificLogicEngine to TldSpecificLogicProxy 2016-07-13 15:54:24 -04:00
rdap Registrant of a domain can never be null 2016-05-18 13:10:18 -04:00
rde Add XjcToContactResourceConverter 2016-07-01 11:38:05 -04:00
request Migrate @Provides methods to @Binds methods where possible. 2016-06-27 16:47:18 -04:00
security Make javadoc <p> style guide compliant 2016-05-18 13:09:01 -04:00
storage/drive Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
tldconfig/idn Prefer re2 over java.util.regex 2016-05-13 23:16:07 -04:00
tmch Make javadoc <p> style guide compliant 2016-05-18 13:09:01 -04:00
tools Remove cursor migration scrap tools 2016-07-13 15:51:36 -04:00
ui Forward declare namespaces only in JSDoc 2016-07-13 15:57:11 -04:00
util Add XjcToContactResourceConverter 2016-07-01 11:38:05 -04:00
whois Remove unused and misused methods from EppResourceUtils and DomainBase. 2016-05-16 18:39:23 -04:00
xjc Fix generics in EppXmlTransformer.unmarshal to not be only on the return type. 2016-06-27 15:55:03 -04:00
xml Remove regtype extension since we won't be using it 2016-07-13 15:55:48 -04:00
BUILD Make new source tree visible from internal release files 2016-05-13 23:16:01 -04:00
repositories.bzl Update Domain Registry to Closure Rules v0.2.3 2016-07-13 15:44:35 -04:00