Uses of Class
org.apache.juneau.commons.reflect.PackageInfo
Packages that use PackageInfo
Package
Description
Comprehensive reflection utilities for working with classes, methods, fields, constructors,
and annotations in a more convenient and type-safe way than the standard Java reflection APIs.
-
Uses of PackageInfo in org.apache.juneau.commons.reflect
Methods in org.apache.juneau.commons.reflect that return PackageInfoModifier and TypeMethodDescriptionClassInfo.getPackage()Returns the package of this class.static PackageInfoReturns a package info wrapper around the package of the specified class.static PackageInfoReturns a package info wrapper around the specified package object.static PackageInfoReturns a package info wrapper around the package of the specified class info.