License |
License |
---|---|
GroupId | GroupIdio.github.chenwuwen |
ArtifactId | ArtifactIdannotation_processor |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionannotation_processor
注解处理器,在方法上添加@TakeTime注解,可以打印出该方法执行时长
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.chenwuwen/annotation_processor/ -->
<dependency>
<groupId>io.github.chenwuwen</groupId>
<artifactId>annotation_processor</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.chenwuwen/annotation_processor/
implementation 'io.github.chenwuwen:annotation_processor:1.0.0'
// https://jarcasting.com/artifacts/io.github.chenwuwen/annotation_processor/
implementation ("io.github.chenwuwen:annotation_processor:1.0.0")
'io.github.chenwuwen:annotation_processor:jar:1.0.0'
<dependency org="io.github.chenwuwen" name="annotation_processor" rev="1.0.0">
<artifact name="annotation_processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.chenwuwen', module='annotation_processor', version='1.0.0')
)
libraryDependencies += "io.github.chenwuwen" % "annotation_processor" % "1.0.0"
[io.github.chenwuwen/annotation_processor "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service | jar | 1.0-rc6 |
com.squareup : javapoet | jar | 1.11.1 |
org.apache.commons : commons-lang3 | jar | 3.9 |