Annotation Interface AwtColorSpace
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf(FenumTop.class)
public @interface AwtColorSpace
Color space tags to identify the specific color space of a Color object or, via a ColorModel
object, of an Image, a BufferedImage, or a GraphicsDevice (see
ColorSpace
for more details).- See Also:
- See the Checker Framework Manual:
- Fake Enum Checker