Uses of Class
org.jboss.jandex.AnnotationTransformation.DeclarationBuilder
Packages that use AnnotationTransformation.DeclarationBuilder
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of AnnotationTransformation.DeclarationBuilder in org.jboss.jandex
Methods in org.jboss.jandex that return AnnotationTransformation.DeclarationBuilderModifier and TypeMethodDescriptionAnnotationTransformation.builder()
Returns a builder for annotation transformation of arbitrary declarations.AnnotationTransformation.DeclarationBuilder.whenDeclaration
(Predicate<Declaration> predicate) Adds a predicate that tests whether the current declaration matches givenpredicate
.