FConfigAnnotationFieldInfo class

注解字段信息类,用于提取注解中被@FconfigAnnotationField标记的字段

该类用于分析注解类,找出其中被@FconfigAnnotationField标记的字段 以便在代码生成过程中正确处理这些字段的值

Constructors

FConfigAnnotationFieldInfo(List<String> fields)
构造函数
const
FConfigAnnotationFieldInfo.create(ConstantReader reader)
工厂方法:从ConstantReader创建FConfigAnnotationFieldInfo实例
factory

Properties

fields List<String>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited