get Inherited Epoxy Attributes
fun getInheritedEpoxyAttributes(originatingSuperClassType: TypeMirror, modelPackage: String, logger: Logger, includeSuperClass: (TypeElement) -> Boolean = { true }): List<AttributeInfo>
Content copied to clipboard
Looks up all of the declared EpoxyAttribute fields on superclasses and returns attribute info for them.