blob: d9773418f3b8285bc3adcaf07590ee6e6ad61e5f [file] [log] [blame]
package org.eclipse.jdt.apt.tests.annotations.readAnnotationType;
public @interface SimpleAnnotation {
enum Name
{
HELLO, GOOD_BYE
}
public Name value();
}