AI2 Component  (Version nb184)
IsColor.java
Go to the documentation of this file.
1 package com.google.appinventor.components.annotations;
2 
3 import java.lang.annotation.ElementType;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
6 import java.lang.annotation.Target;
7 
11 @Retention(RetentionPolicy.SOURCE)
12 @Target({ElementType.PARAMETER, ElementType.METHOD})
13 public @interface IsColor {
14 }
com.google.appinventor.components.annotations.IsColor
Definition: IsColor.java:13