aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/declare/Colored.java
blob: 0ec387c2816dab838906658d1b09479fb7904a1f (plain)
1
2
3
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME) public  @interface Colored {String value();}