Class | Description |
---|---|
Exports |
Static constructors for
Export annotations. |
Enum | Description |
---|---|
CapabilityScope |
Declared scope of a capability named by
RequiresCapability . |
Annotation Type | Description |
---|---|
Export |
Annotation applied to auto-registered, exported types.
|
ExtensionPoint |
Annotation for interfaces that accept auto-registered implementations.
|
Listen |
Annotation for auto-registered extension point implementations.
|
PluginCanonicalWebUrl |
Annotation applied to a String containing the plugin canonical web URL.
|
PluginData |
Local path where a plugin can store its own private data.
|
PluginName |
Annotation applied to a String containing the plugin or extension name.
|
RemoveAfter |
Annotation for features that are deprecated, but still present to adhere to the one-release-grace
period we promised to users.
|
RequiresAnyCapability |
Annotation on
com.google.gerrit.sshd.SshCommand or com.google.gerrit.httpd.restapi.RestApiServlet declaring a set of capabilities of which at least
one must be granted. |
RequiresCapability |
Annotation on
com.google.gerrit.sshd.SshCommand or com.google.gerrit.httpd.restapi.RestApiServlet declaring a capability must be granted. |
RootRelative |
Annotation applied to HttpServletRequest and HttpServletResponse when they are inherited from
Gerrit instead of being injected by a plugin's ServletModule.
|