Annotation Interface PackageInfo


@Target(TYPE) @Retention(RUNTIME) public @interface PackageInfo
An annotation to mark a type as an alternative to Java's native package-info.java. Classes annotated like this will be considered, too, when looking up annotations on a package.
Since:
1.2
Author:
Oliver Drotbohm