blob: 0249f1e50c221075cab6cc2189e2401c20b57623 [file] [log] [blame]
package org.eclipse.jdt.apt.tests.annotations.mirrortest;
public @interface MirrorUtilTestAnnotation
{
String value() default ""; //$NON-NLS-1$
}