1 2## Vocabulary {#vocabulary} 3 4| Composable. | @Composable component | component | 5| ----------------- | ---------------------- | ----------------------- | 6| Any `@Composable` | `@Composable` function | Short for `@Composable` | 7: function : that returns Unit and : component : 8: : emits ui : : 9 10| Framework Author | Developer | User | 11| --------------------------- | ---------------------------- | ------------- | 12| Library author that creates | Developer using components | User of a app | 13: components or other : from a library to build apps : : 14: composable APIs for use by : for users. : : 15: developers : : : 16 17Framework advice primarily targets authors of `androidx.core` libraries, but is 18intended to be generally applicable to other library authors. 19