Annotation 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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    Enumeration of projects that call a method/type/field.
    static @interface 
    Allows to mark method/type/field with multiple UsedAt annotations.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Reference to the project that uses the method annotated with this annotation.
  • Element Details

    • value

      Reference to the project that uses the method annotated with this annotation.