Annotation Type UsedAt


  • @Target({METHOD,TYPE,FIELD})
    @Retention(RUNTIME)
    public @interface UsedAt
    A marker to say a method/type/field 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.