g

gotoeasy-aop

基于JavaCompiler的继承方式AOP实现,在性能优良的基础上,提供更多的简易性,2.x.x版本集成使用Spring容器
https://github.com/gotoeasy/gotoeasy-aop.git
The Apache License, Version 2.0
青松
Files download
File Operation
gotoeasy-aop-2.1.2.jar download
gotoeasy-aop-2.1.2.pom download
gotoeasy-aop-2.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>top.gotoeasy</groupId>
  <artifactId>gotoeasy-aop</artifactId>
  <version>2.1.2</version>
</dependency>
Gradle Groovy
implementation 'top.gotoeasy:gotoeasy-aop:2.1.2'
Gradle Kotlin
implementation("top.gotoeasy:gotoeasy-aop:2.1.2")
Scala SBT
libraryDependencies += "top.gotoeasy" % "gotoeasy-aop" % "2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='top.gotoeasy', module='gotoeasy-aop', version='2.1.2')
)
Apache Ivy
<dependency org="top.gotoeasy" name="gotoeasy-aop" rev="2.1.2" />
Leiningen
[top.gotoeasy/gotoeasy-aop "2.1.2"]
Apache Buildr
'top.gotoeasy:gotoeasy-aop:jar:2.1.2'