Package Wildcard
Select packages
Package wildcard syntax is used to provide a more flexible way of querying packages.
The two dots (..
) means any zero or more packages eg. all classes reside in a package starting with com.app
:
Package wildcard syntax can be used multiple times inside the string argument. Here all interfaces reside in a package logger
prefixed and suffixed by any number of packages:
Last updated