{"id":18335822,"url":"https://github.com/epickrram/juxtapose","last_synced_at":"2025-04-09T19:50:52.859Z","repository":{"id":6336441,"uuid":"7572136","full_name":"epickrram/juxtapose","owner":"epickrram","description":"Annotation-driven MBean exporting for Java","archived":false,"fork":false,"pushed_at":"2013-01-12T06:11:20.000Z","size":320,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T12:17:09.558Z","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/epickrram.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":"2013-01-12T05:51:38.000Z","updated_at":"2014-04-27T09:29:12.000Z","dependencies_parsed_at":"2022-09-02T21:50:18.963Z","dependency_job_id":null,"html_url":"https://github.com/epickrram/juxtapose","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/epickrram%2Fjuxtapose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epickrram%2Fjuxtapose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epickrram%2Fjuxtapose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epickrram%2Fjuxtapose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epickrram","download_url":"https://codeload.github.com/epickrram/juxtapose/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103921,"owners_count":21048244,"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-05T20:05:02.304Z","updated_at":"2025-04-09T19:50:52.839Z","avatar_url":"https://github.com/epickrram.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"juxtapose\n=========\n\nAnnotation-driven MBean exporting for Java\n\nUsage\n-----\n\nAnnotate attributes for export:\n\n    @Export(description = \"myIntegerAttribute\")\n    public int getIntegerAttribute()\n    {\n        // ...\n    }\n\nAnnotate methods for export:\n\n    @Export\n    public void updateCounter(final int value)\n    {\n        // ...\n    }\n\nAnnotate your object to define a description and JMX `ObjectName`:\n\n    @ExportBean(path = \"my.bean.path:type=MyObject\", description = \"My Object\")\n    public final class MyObject\n    {\n        // ...\n    }\n\nAll annotation arguments are optional, sensible defaults will be used if they are not present.\n\nTo register/deregister your object with the local MBean server, use the `Registrar` methods:\n\n    final MyObject myObject = new MyObject();\n    Registrar.registerBean(myObject);\n    // ...\n    Registrar.deregisterBean(myObject);\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepickrram%2Fjuxtapose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepickrram%2Fjuxtapose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepickrram%2Fjuxtapose/lists"}