Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

dev-tools-java

This addon provides standalone functionality. Development tools for Java Programming Language.

Depends on

Addon Exported Optional

parser-java

no

no

projects

no

no

ui

no

no

org.jboss.forge.furnace.container:simple

no

no

Setup

This Addon requires the following installation steps.

Add configuration to pom.xml

To use this addon, you must add it as a dependency in the pom.xml of your forge-addon classified artifact:

<dependency>
   <groupId>org.jboss.forge.addon</groupId>
   <artifactId>dev-tools-java</artifactId>
   <classifier>forge-addon</classifier>
   <version>${version}</version>
</dependency>

Features

Provides several UICommand implementations for working with the Java Programming Language

Register as service: Registers a Java class for use with java.util.ServiceLoader (and similar mechanisms.)