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
Files download
File Operation
effectively-final-1.0.jar download
effectively-final-1.0.pom download
effectively-final-1.0-sources.jar download
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'
Dependencies