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 6f0e8e7 commit 1c18f91Copy full SHA for 1c18f91
src/jdk.jfr/share/classes/jdk/jfr/AnnotationElement.java
@@ -375,7 +375,7 @@ private static void checkType(Class<?> type) {
375
throw new IllegalArgumentException("Only primitives types or java.lang.String are allowed");
376
}
377
378
- // Whitelist of annotation classes that are allowed, even though
+ // List of annotation classes that are allowed, even though
379
// they don't have @MetadataDefinition.
380
private static boolean isKnownJFRAnnotation(Class<? extends Annotation> annotationType) {
381
if (annotationType == Registered.class) {
0 commit comments