Files
2023-11-21 15:28:12 +00:00

3 lines
54 B
Java

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