1 package com.google.appinventor.components.annotations;
3 import java.lang.annotation.ElementType;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
6 import java.lang.annotation.Target;
11 @Retention(RetentionPolicy.SOURCE)
12 @Target({ElementType.PARAMETER, ElementType.METHOD})