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 2baf9ea commit 245ccb2Copy full SHA for 245ccb2
src/jdk.jfr/share/classes/jdk/jfr/AnnotationElement.java
@@ -391,7 +391,7 @@ private static void checkType(Class<?> type) {
391
throw new IllegalArgumentException("Only primitives types or java.lang.String are allowed");
392
}
393
394
- // Whitelist of annotation classes that are allowed, even though
+ // List of annotation classes that are allowed, even though
395
// they don't have @MetadataDefinition.
396
private static boolean isKnownJFRAnnotation(Class<? extends Annotation> annotationType) {
397
if (annotationType == Registered.class) {
0 commit comments