Annotation Type Headers


  • @Documented
    @Retention(CLASS)
    @Target({TYPE,PACKAGE})
    public @interface Headers
    Container annotation for repeated Header annotations.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Header[] value
      Repeated Header annotations.