I like the new @SpringBootApplication but still need to be able to exclude some of the built-in autoconfig classes that are too eager to jump in. Is it possible with Spring's meta-annotation model to extend the excludes attribute from @EnableAutoConfiguration onto the new annotation?