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. classTypeAnnotationDecoratorsThe type annotation decorators for theClassTypeSignatureinstance.(package private) java.util.List<Classfile.ClassTypeAnnotationDecorator>ClassInfo. typeAnnotationDecoratorsThe type annotation decorators for theClassTypeSignatureinstance.Method parameters in io.github.classgraph with type arguments of type Classfile.ClassTypeAnnotationDecorator Modifier and Type Method Description (package private) voidClassInfo. addTypeDecorators(java.util.List<Classfile.ClassTypeAnnotationDecorator> classTypeAnnotationDecorators)AddClassfile.ClassTypeAnnotationDecoratorinstances.
-