Annotation Interface ComponentScan.Filter

Enclosing class:
ComponentScan

@Retention(RUNTIME) @Target({}) public static @interface ComponentScan.Filter
Declares the type filter to be used as an include filter or exclude filter.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<?>[]
    The class or classes to use as the filter.
    The pattern (or patterns) to use for the filter, as an alternative to specifying a Class value().
    The type of filter to use.
    Class<?>[]
    Alias for classes().