Uses of Interface
io.github.classgraph.Classfile.ClassTypeAnnotationDecorator
Packages that use Classfile.ClassTypeAnnotationDecorator
-
Uses of Classfile.ClassTypeAnnotationDecorator in io.github.classgraph
Fields in io.github.classgraph with type parameters of type Classfile.ClassTypeAnnotationDecoratorModifier and TypeFieldDescriptionClassfile.classTypeAnnotationDecorators
The type annotation decorators for theClassTypeSignature
instance.(package private) List
<Classfile.ClassTypeAnnotationDecorator> ClassInfo.typeAnnotationDecorators
The type annotation decorators for theClassTypeSignature
instance.Method parameters in io.github.classgraph with type arguments of type Classfile.ClassTypeAnnotationDecoratorModifier and TypeMethodDescription(package private) void
ClassInfo.addTypeDecorators
(List<Classfile.ClassTypeAnnotationDecorator> classTypeAnnotationDecorators) AddClassfile.ClassTypeAnnotationDecorator
instances.