{"id":21331062,"url":"https://github.com/bobomee/aop","last_synced_at":"2025-03-16T00:41:56.109Z","repository":{"id":160854580,"uuid":"437373734","full_name":"BoBoMEe/Aop","owner":"BoBoMEe","description":"Android Aspect oriented programming practice of AspectJ","archived":false,"fork":false,"pushed_at":"2021-12-12T07:46:13.000Z","size":1674,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T13:46:49.416Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/BoBoMEe.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-11T19:44:03.000Z","updated_at":"2021-12-12T07:46:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd678b06-9a25-4a53-9a1a-8b0d7908766e","html_url":"https://github.com/BoBoMEe/Aop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoBoMEe%2FAop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoBoMEe%2FAop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoBoMEe%2FAop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoBoMEe%2FAop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BoBoMEe","download_url":"https://codeload.github.com/BoBoMEe/Aop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809848,"owners_count":20351407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-21T22:28:50.582Z","updated_at":"2025-03-16T00:41:56.100Z","avatar_url":"https://github.com/BoBoMEe.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Android Aop 方案 AspectJ使用实例\n---\n\n![logcat](media/screen1.png \"操作logcat日志\")\n\n![screenshot](media/record1.gif \"手机操作演示\")\n\n\n# gradle 插件\n---\n\n引入方式：\n\n- project.build.gradle\n\n```groovy\nbuildscript {\n    repositories {\n        repositories {\n            maven { url uri('./repo')}\n            //...\n        }\n    }\n    dependencies {\n        classpath \"com.android.tools.build:gradle:7.0.2\"\n        classpath \"com.bobomee.plugin:aop:1.0.0\"\n    }\n}\n```\n\n- application.build.gradle\n\n```groovy\nrepositories {\n    maven { url uri('../repo')}\n}\n\nplugins {\n    id 'com.android.application'\n    id 'aop'\n}\n\ndependencies {\n    implementation 'com.bobomee.aop:annotation:1.0.0'\n    implementation 'com.bobomee.aop:runtime:1.0.0'\n}\n```\n\n# 参考blog\n---\n\n[Android切面编程AOP之AspectJ的使用](https://blog.csdn.net/wbwjx/article/details/121881427)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobomee%2Faop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobomee%2Faop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobomee%2Faop/lists"}