// "Iterate over Annotation[]" "true-preview" class Test { void foo() { getClass().getAnnotations(); } }