aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features160/annotationValueMatching/TrafficLight.java
blob: 3d1fbc8184b20cd6af9fff2dfc9cd531e6cab142 (plain)
1
2
3
4
5
package p;

public @interface TrafficLight {
	Color value() default Color.RED;
}