@Retention(RetentionPolicy.SOURCE)
@Target(ElementType.TYPE)
public @interface EnableAutoConfiguration
Dummy annotation to fool boot into not applying the real 'EnableAutoConfiguration' annotation. Do not use in application code.
- Authors:
- Graeme Rocher