getInheritedEpoxyAttributes

fun getInheritedEpoxyAttributes(originatingSuperClassType: TypeMirror, modelPackage: String, logger: Logger, includeSuperClass: (TypeElement) -> Boolean = { true }): List<AttributeInfo>

Looks up all of the declared EpoxyAttribute fields on superclasses and returns attribute info for them.