DOC

com.github.burningwave : bw-core

Maven & Gradle

Dec 30, 2019
1 usages

BurningWave core · Burningwave core is an advanced, free and open source Java library that contains THE MOST POWERFUL CLASSPATH SCANNER for criteria based classes search. It’s possible to search classes by every criteria that your immagination can made by using lambda expressions. Burningwave core scan engine is highly optimized using direct allocated ByteBuffers to avoid heap saturation; searches are executed in multithreading context and are not affected by “the issue of the same class loaded by different classloaders” (normally if you try to execute "isAssignableFrom" method on a same class loaded from different classloader it return false). This library is useful also for creating classes during runtime, facilitate the use of reflection and much more...

Table Of Contents

Latest Version

Download com.github.burningwave : bw-core Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.burningwave : bw-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.7.x
1.6.x
1.5.x
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file bw-core-1.7.6-javadoc.jar to bw-core-1.7.6-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder bw-core-1.7.6-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "bw-core-1.7.6-sources.jar" -d "bw-core-1.7.6-javadoc" -subpackages 

Advertisement