@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Conditional(value=ClassVersionCondition.class) public @interface ConditionalOnClassVersion
Conditional that only matches when the version of the specified class matches against the specified regex.ClassVersionCondition| Modifier and Type | Required Element and Description | 
|---|---|
| Class<?> | value | 
| String | versionRegex | 
Copyright © 2016–2017 JoinFaces. All rights reserved.