Delete comment from: Java67
public @interface SpringBootApplication {
/**
* Exclude specific auto-configuration classes such that they will never be applied.
* @return the classes to exclude
*/
@AliasFor(annotation = EnableAutoConfiguration.class)
Class[] exclude() default {};
Mar 1, 2020, 3:32:43 AM

