1 2 3
import java.lang.annotation.*; @Retention(RetentionPolicy.RUNTIME) public @interface Colored {String value();}