Annotation Type TypeExcludeFilters

    • Required Element Summary

      Required Elements 
      Modifier and TypeRequired ElementDescription
      Class<? extends org.springframework.boot.context.TypeExcludeFilter>[]value
      Specifies TypeExcludeFilter classes that should be applied to @SpringBootApplication component scanning.
    • Element Detail

      • value

        Class<? extends org.springframework.boot.context.TypeExcludeFilter>[] value
        Specifies TypeExcludeFilter classes that should be applied to @SpringBootApplication component scanning. Classes specified here can either have a no-arg constructor or accept a single Class<?> argument if they need access to the testClass.
        Returns:
        the type exclude filters to apply
        See Also:
        TypeExcludeFilter