Merge branch '2.0.x'
This commit is contained in:
commit
19232ad87a
|
@ -101,7 +101,7 @@ public @interface ConditionalOnEnabledEndpoint {
|
||||||
* The endpoint type that should be checked. Inferred when the return type of the
|
* The endpoint type that should be checked. Inferred when the return type of the
|
||||||
* {@code @Bean} method is either an {@link Endpoint} or an {@link EndpointExtension}.
|
* {@code @Bean} method is either an {@link Endpoint} or an {@link EndpointExtension}.
|
||||||
* @return the endpoint type to check
|
* @return the endpoint type to check
|
||||||
* @since 2.1.0
|
* @since 2.0.6
|
||||||
*/
|
*/
|
||||||
Class<?> endpoint() default Void.class;
|
Class<?> endpoint() default Void.class;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue