Uses of Interface
io.github.classgraph.Classfile.TypeAnnotationDecorator
-
Packages that use Classfile.TypeAnnotationDecorator Package Description io.github.classgraph -
-
Uses of Classfile.TypeAnnotationDecorator in io.github.classgraph
Fields in io.github.classgraph with type parameters of type Classfile.TypeAnnotationDecorator Modifier and Type Field Description private java.util.List<Classfile.TypeAnnotationDecorator>FieldInfo. typeAnnotationDecoratorsThe type annotation decorators for theTypeSignatureinstance of this field.Constructor parameters in io.github.classgraph with type arguments of type Classfile.TypeAnnotationDecorator Constructor Description FieldInfo(java.lang.String definingClassName, java.lang.String fieldName, int modifiers, java.lang.String typeDescriptorStr, java.lang.String typeSignatureStr, java.lang.Object constantInitializerValue, AnnotationInfoList annotationInfo, java.util.List<Classfile.TypeAnnotationDecorator> typeAnnotationDecorators)Constructor.
-