jar

com.massfords : effectively-final

Maven & Gradle

Sep 24, 2017
6 stars

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.

Table Of Contents

Latest Version

Download com.massfords : effectively-final JAR file - Latest Versions:

All Versions

Download com.massfords : effectively-final JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window effectively-final-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.massfords.javac.effectivelyfinal

├─ com.massfords.javac.effectivelyfinal.EffectivelyFinalPlugin.class - [JAR]

├─ com.massfords.javac.effectivelyfinal.EffectivelyFinalTaskListener.class - [JAR]

├─ com.massfords.javac.effectivelyfinal.EffectivelyFinalVisitor.class - [JAR]