Uses of Class
uk.autores.handling.Pkg
-
Packages that use Pkg Package Description uk.autores.handling The annotation handling API. -
-
Uses of Pkg in uk.autores.handling
Methods in uk.autores.handling that return Pkg Modifier and Type Method Description static Pkg
Pkg. named(CharSequence name)
Instantiates an instance, decorating the given sequence.Pkg
Context. pkg()
The package of the annotated type.Methods in uk.autores.handling with parameters of type Pkg Modifier and Type Method Description Context.Builder
Context.Builder. setPkg(Pkg pkg)
Sets annotated package.
-