package testclasses.annotations.complex; public @interface AnotherComplexAnnotation { String key(); String[] stringArray(); }