License |
License |
---|---|
GroupId | GroupIdcom.massfords |
ArtifactId | ArtifactIdeffectively-final |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionJavac 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
effectively-final-1.0.pom | |
effectively-final-1.0.jar | 8 KB |
effectively-final-1.0-sources.jar | 4 KB |
effectively-final-1.0-javadoc.jar | 35 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
com.sun » tools | jar | 1.8.0 |