aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/declare/atmethodctor/Colored.java
blob: 01feb0cf89b352a5244514b5a9561eca39b122b6 (plain)
1
2
import java.lang.annotation.*; 
@Retention(RetentionPolicy.RUNTIME) public @interface Colored {String value();}