Correct since version in javadoc of Any and AllNestedCondition
This commit is contained in:
parent
a9d67213be
commit
c274162e6f
|
|
@ -37,7 +37,7 @@ import org.springframework.context.annotation.Condition;
|
|||
* </pre>
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 1.2.0
|
||||
* @since 1.3.0
|
||||
*/
|
||||
public abstract class AllNestedConditions extends AbstractNestedCondition {
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ import org.springframework.core.annotation.Order;
|
|||
* </pre>
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 1.3.0
|
||||
* @since 1.2.0
|
||||
*/
|
||||
@Order(Ordered.LOWEST_PRECEDENCE - 20)
|
||||
public abstract class AnyNestedCondition extends AbstractNestedCondition {
|
||||
|
|
|
|||
Loading…
Reference in New Issue