package org.jboss.windup.rules.annotationtests.basic; public @interface SimpleSingleMemberAnnotation { String value(); }