blob: 9beff6466dc4028e045641281c4d77fbbf502185 [file] [log] [blame]
package pack;
public @interface A1 {
E value();
E[] list();
Class clazz();
}