blob: 05d217a9200eeb067bbcbef137c09e83e803c360 [file] [log] [blame]
package p1.p2;
@Retention(RUNTIME)
@Target( { ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
@BindingAnnotation
public @interface InjectResource {
int value() default -1;
String name() default "";
}