Annotation Interface Section


@Retention(RUNTIME) @Target(FIELD) public @interface Section
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Section
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
     
     
     
  • Field Details

    • TOP_LEVEL

      static final Section TOP_LEVEL
  • Element Details

    • value

      String value
      Default:
      ".toplevel"
    • index

      int index
      Default:
      2147483647
    • parent

      String parent
      Default:
      ".toplevel"