Merge branch '2.0.x'

This commit is contained in:
Andy Wilkinson 2018-10-12 11:25:17 +01:00
commit 19232ad87a
1 changed files with 1 additions and 1 deletions

View File

@ -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;