Last Version

Javac Effectively Final Compiler Plugin 1.0

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.

License

License

GroupId

GroupId

com.massfords
ArtifactId

ArtifactId

effectively-final
Version

Version

1.0
Type

Type

jar
Description

Description

Javac Effectively Final Compiler Plugin
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.
Project URL

Project URL

https://github.com/massfords/jaxb-visitor
Source Code Management

Source Code Management

https://github.com/massfords/effectively-final

Download effectively-final 1.0


<!-- https://jarcasting.com/artifacts/com.massfords/effectively-final/ -->
<dependency>
    <groupId>com.massfords</groupId>
    <artifactId>effectively-final</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.massfords/effectively-final/
implementation 'com.massfords:effectively-final:1.0'
// https://jarcasting.com/artifacts/com.massfords/effectively-final/
implementation ("com.massfords:effectively-final:1.0")
'com.massfords:effectively-final:jar:1.0'
<dependency org="com.massfords" name="effectively-final" rev="1.0">
  <artifact name="effectively-final" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.massfords', module='effectively-final', version='1.0')
)
libraryDependencies += "com.massfords" % "effectively-final" % "1.0"
[com.massfords/effectively-final "1.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

system (1)

Group / Artifact Type Version
com.sun » tools jar 1.8.0

Project Modules

There are no modules declared in this project.