Annotation Interface AutoRegister


@Retention(RUNTIME) @Target(FIELD) public @interface AutoRegister
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    boolean
    If it should be auto registered.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If it should be treated as an all-auto registrable collection class/instance.
    boolean
    If it should ignore the instance when registering all.
  • Element Details

    • allow

      boolean allow
      If it should be auto registered.
    • all

      boolean all
      If it should be treated as an all-auto registrable collection class/instance.
      Default:
      false
    • allStatic

      boolean allStatic
      If it should ignore the instance when registering all.
      Default:
      false