@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ApiNamespace
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
ownerDomain
This is the domain name commonly associated with owner.
|
java.lang.String |
ownerName
This is a canonical company name obeying the same rules as the canonical API name.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
packagePath
This is an optional way to further scope a generated client library.
|
public abstract java.lang.String ownerDomain
ownerDomain
is not set.
Required for a specified namespace.public abstract java.lang.String ownerName
public abstract java.lang.String packagePath