Skip to content

Commit

Permalink
Merge branch '2.7.x' into 3.0.x
Browse files Browse the repository at this point in the history
Closes gh-35765
  • Loading branch information
mhalbritter committed Jun 7, 2023
2 parents 9149fc3 + a939314 commit 85720a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

import org.springframework.boot.actuate.endpoint.annotation.Endpoint;
import org.springframework.boot.actuate.endpoint.annotation.EndpointExtension;
import org.springframework.core.annotation.AliasFor;

/**
* Identifies a type as being a Cloud Foundry specific extension for an
Expand All @@ -43,6 +44,7 @@
* The class of the endpoint to provide a Cloud Foundry specific extension for.
* @return the class of the endpoint to extend
*/
@AliasFor(annotation = EndpointExtension.class, attribute = "endpoint")
Class<?> endpoint();

}

0 comments on commit 85720a5

Please sign in to comment.