Uses of Interface
io.github.classgraph.Classfile.TypeAnnotationDecorator
Packages that use Classfile.TypeAnnotationDecorator
-
Uses of Classfile.TypeAnnotationDecorator in io.github.classgraph
Fields in io.github.classgraph with type parameters of type Classfile.TypeAnnotationDecoratorModifier and TypeFieldDescriptionprivate List
<Classfile.TypeAnnotationDecorator> FieldInfo.typeAnnotationDecorators
The type annotation decorators for theTypeSignature
instance of this field.Constructor parameters in io.github.classgraph with type arguments of type Classfile.TypeAnnotationDecoratorModifierConstructorDescription(package private)
FieldInfo
(String definingClassName, String fieldName, int modifiers, String typeDescriptorStr, String typeSignatureStr, Object constantInitializerValue, AnnotationInfoList annotationInfo, List<Classfile.TypeAnnotationDecorator> typeAnnotationDecorators) Constructor.