Annotation Interface Autowired


@Target({PARAMETER,FIELD}) @Retention(RUNTIME) @Documented public @interface Autowired
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    是否必填
    名字
  • Element Details

    • value

      String value
      名字
      Default:
      "THIS IS A SPECIAL NULL VALUE FOR ANNOTATION - DO NOT USE\n"
    • required

      boolean required
      是否必填
      Default:
      true