/// <exception cref="NullPointerException"> {@inheritDoc} /// @since 1.8 </exception> public override A getDeclaredAnnotation <A>(Class annotationClass) where A : Annotation { return(PackageInfo.GetDeclaredAnnotation(annotationClass)); }