GH-2335 - Polishing.

This commit is contained in:
Oliver Drotbohm
2025-06-04 20:01:21 +02:00
parent c49a31ff78
commit b50c85045c

View File

@@ -42,7 +42,7 @@ import org.springframework.web.bind.annotation.RequestMethod;
* @author Greg Turnquist
* @author Réda Housni Alaoui
*/
public class AnnotationMappingDiscoverer implements MappingDiscoverer, RawMappingDiscoverer {
public class AnnotationMappingDiscoverer implements RawMappingDiscoverer {
private final Class<? extends Annotation> annotationType;
private final @Nullable String mappingAttributeName;