|
|
|
@ -1,5 +1,5 @@ |
|
|
|
/* |
|
|
|
/* |
|
|
|
* Copyright 2012-2021 the original author or authors. |
|
|
|
* Copyright 2012-2024 the original author or authors. |
|
|
|
* |
|
|
|
* |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@ -117,6 +117,9 @@ public @interface ConditionalOnProperty { |
|
|
|
* <p> |
|
|
|
* <p> |
|
|
|
* Use the dashed notation to specify each property, that is all lower case with a "-" |
|
|
|
* Use the dashed notation to specify each property, that is all lower case with a "-" |
|
|
|
* to separate words (e.g. {@code my-long-property}). |
|
|
|
* to separate words (e.g. {@code my-long-property}). |
|
|
|
|
|
|
|
* <p> |
|
|
|
|
|
|
|
* If multiple names are specified, all of the properties have to pass the test for |
|
|
|
|
|
|
|
* the condition to match. |
|
|
|
* @return the names |
|
|
|
* @return the names |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
String[] name() default {}; |
|
|
|
String[] name() default {}; |
|
|
|
|