@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface ConditionalOnEnabledResourceChain
Conditional
that checks whether or not the Spring resource handling chain is
enabled. Matches if ResourceProperties.Chain.getEnabled()
is true
or if
webjars-locator
is on the classpath.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.