We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f79f3 commit 2fc91b0Copy full SHA for 2fc91b0
src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/meta/ResolvedJavaMethod.java
@@ -424,15 +424,11 @@ default boolean isScoped() {
424
* Gets the class file info for the parameter annotations on this method
425
* or {@code null} if no such info exists.
426
*/
427
- default AnnotationsInfo getParameterAnnotationInfo() {
428
- return null;
429
- }
+ AnnotationsInfo getParameterAnnotationInfo();
430
431
/**
432
* Gets the class file info for the default value of the annotation element represented
433
* by this method or {@code null} if no such info exists.
434
435
- default AnnotationsInfo getAnnotationDefaultInfo() {
436
437
+ AnnotationsInfo getAnnotationDefaultInfo();
438
}
0 commit comments