e

effectively-final

Javac plugin that requires method parameters to either be explicitly final or effectively final. This enforces the best practice of treating the parameters as final without the burden of having to type final everywhere.
https://github.com/massfords/jaxb-visitor
The Apache Software License, Version 2.0
Mark Ford
文件下载
文件名 操作
effectively-final-1.0.jar 下载
effectively-final-1.0.pom 下载
effectively-final-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.massfords</groupId>
  <artifactId>effectively-final</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.massfords:effectively-final:1.0'
Gradle Kotlin
implementation("com.massfords:effectively-final:1.0")
Scala SBT
libraryDependencies += "com.massfords" % "effectively-final" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.massfords', module='effectively-final', version='1.0')
)
Apache Ivy
<dependency org="com.massfords" name="effectively-final" rev="1.0" />
Leiningen
[com.massfords/effectively-final "1.0"]
Apache Buildr
'com.massfords:effectively-final:jar:1.0'
本项目依赖