Commit 7d12dc2e authored by Stephane Nicoll's avatar Stephane Nicoll

Polish description

See gh-11428
parent 7189f426
/* /*
* 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; ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment