Registry / dependency-injection / spring-aspects

spring-aspects

JSON →
library7.0.5javamavenunverified

Spring Aspects provides AspectJ integration for Spring Framework, enabling aspect-oriented programming.

<dependency> <groupId>org.springframework</groupId> <artifactId>spring-aspects</artifactId> <version>7.0.5</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-ASPECTS
S
spring-aspects
dependency-injectionjavav7.0.5
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.

AnnotationBeanConfigurerAspect
org.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspect

Enables dependency injection on domain objects using AspectJ weaving.

// Typically configured via Spring AOP; example: @Configurable annotation on domain objects @Configurable public class MyEntity { @Autowired private SomeService service; }
Debug
Known issues
gotchaSpring Aspects requires AspectJ weaving (compile-time or load-time) to function; not compatible with proxy-based AOP alone.
fix
Configure AspectJ weaving in your build (e.g., using aspectj-maven-plugin) or use load-time weaving.
affects: all
Upgrade
Version history
7.0.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
OpenAI (training)
1
Resources
spring-aspects — mvn dependency:get spring-aspects · libregistry