| Interface | Description |
|---|---|
| HasService |
An interface for
SpecModels that have a service. |
| SectionClassNames |
To avoid referring to classes directly in the processor (which would be a circular dependency and
would mean the annotation processor might need to process Android-specific class definitions) we
provide class name constants instead.
|
| Class | Description |
|---|---|
| DefaultDiffSectionSpecGenerator | |
| DefaultGroupSectionSpecGenerator | |
| DelegateMethodDescriptions | |
| DiffSectionSpecModel |
Model that is an abstract representation of a
com.facebook.litho.sections.annotations.DiffSectionSpec. |
| GroupSectionSpecModel |
Model that is an abstract representation of a
com.facebook.litho.sections.annotations.GroupSectionSpec. |
| SpecModelValidation |