1 2 3
package d.e.f; import java.lang.annotation.*; @Retention(RetentionPolicy.RUNTIME) public @interface Color {String value();}