Annotation Interface Collection


@Retention(RUNTIME) @Target({TYPE,CONSTRUCTOR}) public @interface Collection
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    Order of initialization of resource starting from 0.
  • Element Details

    • order

      int order
      Order of initialization of resource starting from 0. Only order from 0 to 9 (inclusive) are allowed
      Default:
      9