@Target(value=PACKAGE)
@Retention(value=SOURCE)
public @interface PackageResourceInfo
This annotation specifies which resource this package contains. This information can then be used
to derive the correct resource type for our update action generator when a type different from
the resource type is annotated.