Registry / dependency-injection / org-apache-servicemix-bundles-aopalliance

org-apache-servicemix-bundles-aopalliance

JSON →
library1.0_6javamavenunverified

OSGi bundle wrapping the AOP Alliance 1.0 jar for use in modular environments.

<dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.aopalliance</artifactId> <version>1.0_6</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-SERVICE
O
org-apache-servicemix-bundles-aopalliance
dependency-injectionjavav1.0_6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MethodInterceptor
org.aopalliance.intercept.MethodInterceptor

Implement a method interceptor using AOP Alliance.

import org.aopalliance.intercept.MethodInterceptor; import org.aopalliance.intercept.MethodInvocation; public class MyInterceptor implements MethodInterceptor { @Override public Object invoke(MethodInvocation invocation) throws Throwable { return invocation.proceed(); } }
Debug
Known issues
gotchaThis is an OSGi bundle; may not work in non-OSGi environments without proper setup.
fix
Use the standard aopalliance jar if not using OSGi.
affects: *
Upgrade
Version history
1.0_6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
OpenAI (training)
1
Resources
org-apache-servicemix-bundles-aopalliance — mvn dependency:get org-apache-servicemix-bundles-aopalliance · libregistry