Annotation Interface AutoDiscover


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface AutoDiscover
Something that is intended to be auto-discovered by classpath scanning.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A type name to bind to the annotated class
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
  • Element Details

    • type

      String type
      A type name to bind to the annotated class
      Returns: