{"id":22050219,"url":"https://github.com/icapps/android-architecture-annotation-processor","last_synced_at":"2026-04-30T17:32:09.763Z","repository":{"id":54743540,"uuid":"235588014","full_name":"icapps/android-architecture-annotation-processor","owner":"icapps","description":"Annotations and annotation processor to reduce dagger boilerplate","archived":false,"fork":false,"pushed_at":"2021-02-09T12:55:28.000Z","size":382,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-23T15:15:53.164Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icapps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-22T14:13:59.000Z","updated_at":"2021-02-09T12:55:31.000Z","dependencies_parsed_at":"2022-08-14T01:30:26.036Z","dependency_job_id":null,"html_url":"https://github.com/icapps/android-architecture-annotation-processor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/icapps/android-architecture-annotation-processor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icapps%2Fandroid-architecture-annotation-processor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icapps%2Fandroid-architecture-annotation-processor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icapps%2Fandroid-architecture-annotation-processor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icapps%2Fandroid-architecture-annotation-processor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icapps","download_url":"https://codeload.github.com/icapps/android-architecture-annotation-processor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icapps%2Fandroid-architecture-annotation-processor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32472396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-30T14:18:20.209Z","updated_at":"2026-04-30T17:32:09.747Z","avatar_url":"https://github.com/icapps.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Android Arch annotation processor\n\n### What?\nThis library aims to reduce boilerplate in projects based upon our architecture.\nThe project consists of annotations, used to mark injectable activities and\nfragments, as well as viewmodels.\n\nThe annotation processor will generate a dagger module, which can be included in\nyour app component.\n\n### Usage\n\nThe following annotations can be used to be processed:\n- `AndroidInjected`\n- `GenerateViewModelInjector`\n\nClasses annotated with `AndroidInjected` will be processed into a `GeneratedAndroidInjectedModule` module. Each class will be provided by a method in the module annotated with a `@ContributesAndroidInjector` annotation.\n\nClasses annotated with `GenerateViewModelInjector` will be processed into a `GeneratedViewModelModule`. Each class will be provided and bound into a map with a `ViewModelKey`, as seen in our [template project](https://github.com/icapps/android-template-kotlin-viewmodel).\n\n### Installation instructions\n\n`dependencies {`\n\n`implementation com.icapps.android:arch-annotations`:[ ![Download](https://api.bintray.com/packages/icapps/maven/icapps-arch-annotations/images/download.svg) ](https://bintray.com/icapps/maven/icapps-arch-annotations/_latestVersion)\n\n`kapt com.icapps.android:arch-annotation-processor`: [ ![Download](https://api.bintray.com/packages/icapps/maven/icapps-arch-annotation-processor/images/download.svg) ](https://bintray.com/icapps/maven/icapps-arch-annotation-processor/_latestVersion)\n\n`}`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficapps%2Fandroid-architecture-annotation-processor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficapps%2Fandroid-architecture-annotation-processor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficapps%2Fandroid-architecture-annotation-processor/lists"}