Annotation Type References


  • @Documented
    @Retention(RUNTIME)
    @Target({TYPE,FIELD,METHOD,PACKAGE})
    public @interface References
    Container annotation to store multiple Reference annotations.
    Since:
    0.7.5
    Author:
    Erich Schubert
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Reference[] value
      References of the class / field / method.
    • Element Detail

      • value

        Reference[] value
        References of the class / field / method.
        Returns:
        References