blob: ca6ee0a308835d3d2b38f1f187d0a2ea57282767 [file] [log] [blame]
package org.eclipse.jdt.apt.tests.annotations.valueconversion;
public @interface Annotation {
boolean z();
char c();
byte b();
short s();
int i();
long l();
float f();
double d();
}