{"id":30115703,"url":"https://github.com/lonedev6/annotationsonsteroids","last_synced_at":"2025-10-09T11:38:54.311Z","repository":{"id":109733660,"uuid":"403273573","full_name":"LoneDev6/AnnotationsOnSteroids","owner":"LoneDev6","description":"Adds some useful annotations features to Java.","archived":false,"fork":false,"pushed_at":"2021-09-06T13:39:47.000Z","size":303,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T11:58:59.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/LoneDev6.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2021-09-05T10:03:37.000Z","updated_at":"2021-09-06T13:40:06.000Z","dependencies_parsed_at":"2023-03-30T08:04:13.646Z","dependency_job_id":null,"html_url":"https://github.com/LoneDev6/AnnotationsOnSteroids","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","purl":"pkg:github/LoneDev6/AnnotationsOnSteroids","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoneDev6%2FAnnotationsOnSteroids","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoneDev6%2FAnnotationsOnSteroids/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoneDev6%2FAnnotationsOnSteroids/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoneDev6%2FAnnotationsOnSteroids/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LoneDev6","download_url":"https://codeload.github.com/LoneDev6/AnnotationsOnSteroids/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoneDev6%2FAnnotationsOnSteroids/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001304,"owners_count":26083058,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-08-10T08:51:56.822Z","updated_at":"2025-10-09T11:38:53.966Z","avatar_url":"https://github.com/LoneDev6.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Annotations on Steroids\n\n# How to use\n1. Copy and paste this in your project (to be able to use the boolean properties):\n```java\npackage asteroids;\n/* Expensive method invocation */\npublic @interface Expensive {\n    boolean singleCall() default true;\n    boolean calledInLoop() default true;\n    boolean calledInLambda() default true;\n}\n```\n2. Add the Expensive class in expensive annotations list\n![immagine](https://user-images.githubusercontent.com/27242001/132225859-a8a6a9fc-03fe-4c20-951d-ebcfa36336be.png)\n\n\n\n\n# Plugin description\n\n\u003c!-- Plugin description --\u003e\nAdds some useful annotations features to Java.\n\n- \"Expensive\" annotation type: Allows you to mark some annotations to be used to mark code as \"expensive\" (high CPU consuming). For example create an annotation called @Expensive and mark it.\n- more to come...\n\n[Sourcecode](https://github.com/LoneDev6/AnnotationsOnSteroids)\n\n---\nPlugin based on the [IntelliJ Platform Plugin Template][template].\n\n[template]: https://github.com/JetBrains/intellij-platform-plugin-template\n\u003c!-- Plugin description end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flonedev6%2Fannotationsonsteroids","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flonedev6%2Fannotationsonsteroids","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flonedev6%2Fannotationsonsteroids/lists"}