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

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