| Modifier and Type | Method and Description |
|---|---|
PackageFilter |
PackageFilter.annotation(Class<? extends Annotation>... annotations)
Adds to the set of accepted annotations.
|
PackageFilter |
PackageFilter.annotation(String... annotations)
Adds to the set of accepted annotations.
|
PackageFilter |
PackageFilter.inPackage(Collection<String> packageNames)
Adds to the set of accepted packages.
|
PackageFilter |
PackageFilter.inPackage(String... packageNames)
Adds to the set of accepted packages.
|
Copyright © 2025 The Cornutum Project. All rights reserved.