package org.jboss.windup.rules.annotationtests.complex; public @interface AnotherComplexAnnotation { String key(); String[] stringArray(); }