Polish description

See gh-11428
This commit is contained in:
Stephane Nicoll 2018-01-11 11:24:34 +01:00
parent 7189f426ed
commit 7d12dc2e02
1 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2017 the original author or authors. * Copyright 2012-2018 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.
@ -27,10 +27,11 @@ import org.springframework.boot.actuate.endpoint.Operation;
import org.springframework.core.annotation.AliasFor; import org.springframework.core.annotation.AliasFor;
/** /**
* Meta-annotation used to indicate that an annotation provides extension support for an * Annotation primarily used as a meta-annotation to indicate that an annotation provides
* endpoint. Extensions allow additional technology specific {@link Operation operations} * extension support for an endpoint. Extensions allow additional technology specific
* to be added to an existing endpoint. For example, a web extension may offer variations * {@link Operation operations} to be added to an existing endpoint. For example, a web
* of a read operation to support filtering based on a query parameter. * extension may offer variations of a read operation to support filtering based on a
* query parameter.
* <p> * <p>
* Extension annotations must provide an {@link EndpointFilter} to restrict when the * Extension annotations must provide an {@link EndpointFilter} to restrict when the
* extension applies. The {@code endpoint} attribute is usually re-declared using * extension applies. The {@code endpoint} attribute is usually re-declared using