{"id":55954,"library":"jakarta-interceptor-api","title":"Jakarta Interceptors API","description":"Jakarta Interceptors defines a means of interposing on business method invocations and specific events such as lifecycle and timeout events on Jakarta EE components.","status":"active","version":"2.2.0","language":"java","source_language":null,"source_url":"https://github.com/jakartaee/interceptors","tags":["jakarta","interceptors","aop","ee","enterprise"],"install":[{"cmd":"<dependency>\n  <groupId>jakarta.interceptor</groupId>\n  <artifactId>jakarta.interceptor-api</artifactId>\n  <version>2.2.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'jakarta.interceptor:jakarta.interceptor-api:2.2.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Interceptor","correct":"jakarta.interceptor.Interceptor"}],"quickstart":{"code":"import jakarta.interceptor.Interceptor;\nimport jakarta.interceptor.AroundInvoke;\nimport jakarta.interceptor.InvocationContext;\n\n@Interceptor\npublic class LoggingInterceptor {\n    @AroundInvoke\n    public Object log(InvocationContext ctx) throws Exception {\n        System.out.println(\"Before method: \" + ctx.getMethod().getName());\n        return ctx.proceed();\n    }\n}","lang":"java","description":"Defines a simple logging interceptor using Jakarta Interceptors."},"warnings":[],"env_vars":null,"search_vec":"'aop':30 'api':3 'busi':12 'compon':27 'defin':6 'ee':26,31 'enterpris':32 'event':17,23 'interceptor':2,5,29 'interpos':10 'invoc':14 'jakarta':1,4,25,28 'lifecycl':20 'mean':8 'method':13 'specif':16 'timeout':22","created_at":"2026-06-15T10:14:38.899377+00:00","updated_at":"2026-06-15T10:14:38.899377+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/jakartaee/interceptors","github":"https://github.com/jakartaee/interceptors","docs":"https://appdoc.app/artifact/jakarta.interceptor/jakarta.interceptor-api/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["dependency-injection"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}