Files
T

7 lines
127 B
Plaintext

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