233234235236237238239
Package pkg = clazz.getPackage(); if (pkg == null) return null; AnnotationValue[] annotations = getAnnotations(pkg); return new PackageInfoImpl(pkg.getName(), annotations); }
253254255256257258259
652653654655656657658659660661
{ if (packageInfo == null) { String name = ctClass.getPackageName(); if (name != null) packageInfo = new PackageInfoImpl(ctClass.getPackageName()); } // TODO package annotations return packageInfo; }
647648649650651652653654655656
247248249250251252253
640641642643644645646647648649
645646647648649650651652653654
232233234235236237238