Registry / build-tool / javac-shaded

javac-shaded

JSON →
library9+181-r4173-1javamavenunverified

A repackaged and shaded copy of the javac compiler for use with Error Prone.

<dependency> <groupId>com.google.errorprone</groupId> <artifactId>javac-shaded</artifactId> <version>9+181-r4173-1</version> </dependency>
INSTALL
IMPORT
SIG · JAVAC-SHADED
J
javac-shaded
build-tooljavav9+181-r4173-1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Source
com.google.errorprone.javac.shaded.Source

Demonstrates using the shaded javac Source enum.

import com.google.errorprone.javac.shaded.Source; public class Example { public void useSource() { Source source = Source.JDK9; } }
Debug
Known issues
gotchaThis is a shaded version of javac; do not use as a general javac replacement.
fix
Use the standard JDK javac for compilation; this is only for Error Prone internals.
affects: *
Upgrade
Version history
9+181-r4173-1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
javac-shaded — mvn dependency:get javac-shaded · libregistry