6 package com.google.appinventor.components.annotations.androidmanifest;
8 import java.lang.annotation.ElementType;
9 import java.lang.annotation.Retention;
10 import java.lang.annotation.RetentionPolicy;
11 import java.lang.annotation.Target;
39 @Retention(RetentionPolicy.RUNTIME)
40 @Target(ElementType.TYPE)
50 String path()
default "";
58 String pathPrefix()
default "";
77 String pathPattern()
default "";