Package com.google.gerrit.common
Annotation Type UsedAt
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface UsedAt
A marker for a method that is public solely because it is called from inside a project or an organisation using Gerrit.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description UsedAt.Project
value
Reference to the project that uses the method annotated with this annotation.
-
-
-
Element Detail
-
value
UsedAt.Project value
Reference to the project that uses the method annotated with this annotation.
-
-