Files
T

6 lines
120 B
Java

import java.lang.annotation.*;
import static java.lang.annotation.ElementType.*;
public @interface A {
int value();
}