blob: 2bda6ee22fdf3b860b9224c5413daad7aef9e60a [file] [log] [blame]
package android.test.anno;
import java.lang.annotation.*;
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
public @interface AnnoFancyParameter {
double factor();
}