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