Files
2023-11-17 14:07:13 +00:00

3 lines
54 B
Java

public @interface Annot0j {
int abc() default 0;
}