summaryrefslogtreecommitdiff
path: root/test/files/pos/t3521/DoubleValue.java
blob: e8c093890bcd585dd6688bc4b070230b886c9264 (plain) (blame)
1
2
3
4
5
6
7
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface DoubleValue {
  double value();
}