@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Conditional(value=org.springframework.boot.autoconfigure.condition.OnWarDeploymentCondition.class) public @interface ConditionalOnWarDeployment
@Conditional
that matches when the application is a traditional WAR
deployment. For applications with embedded servers, this condition will return false.