@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface ConditionalOnFramework
Conditional that only matches when the specified framework is in the classpath.| Modifier and Type | Required Element and Description |
|---|---|
SupportedFramework |
value
Type of
SupportedFramework to include in the condition. |
public abstract SupportedFramework value
SupportedFramework to include in the condition.SupportedFrameworkCopyright © 2018 hdiv.org. All rights reserved.