Package com.google.gerrit.extensions.annotations


@CheckReturnValue package com.google.gerrit.extensions.annotations
  • Class
    Description
    Declared scope of a capability named by RequiresCapability.
    Annotation applied to auto-registered, exported types.
    Static constructors for Export annotations.
    Annotation for interfaces that accept auto-registered implementations.
    Annotation for auto-registered extension point implementations.
    Annotation applied to a String containing the plugin canonical web URL.
    Local path where a plugin can store its own private data.
    Annotation applied to a String containing the plugin or extension name.
    Annotation for features that are deprecated, but still present to adhere to the one-release-grace period we promised to users.
    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.
    Annotation on com.google.gerrit.sshd.SshCommand or com.google.gerrit.httpd.restapi.RestApiServlet declaring a capability must be granted.
    Annotation applied to HttpServletRequest and HttpServletResponse when they are inherited from Gerrit instead of being injected by a plugin's ServletModule.