Package com.google.gerrit.common
Annotation Type UsedAt
-
@Target({METHOD,TYPE,FIELD,CONSTRUCTOR}) @Retention(RUNTIME) @Repeatable(Uses.class) public @interface UsedAt
A marker to say a method/type/field/constructor is added or is increased to 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.
-
-