Skip to content
/ yenta Public

NetBeans module system hack allowing you to retroactively declare your module a “friend” of another module offering a restricted API.

Notifications You must be signed in to change notification settings

jglick/yenta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetBeans module system hack allowing you to retroactively declare your module a “friend” of another module offering a restricted API.

Usage

If using Maven, just add a dependency on org.netbeans.contrib.yenta:api to your module project (nbm packaging). If using Ant you will need to download the NBM from Maven Central and make an external cluster.

To activate Yenta, see the Javadoc for org.netbeans.contrib.yenta.Yenta.

Background

For discussion of why this tool is necessary, see: NBM Package Stability: Usage from external modules

About

NetBeans module system hack allowing you to retroactively declare your module a “friend” of another module offering a restricted API.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages