DOC

com.j2speed : accessive

Maven & Gradle

Sep 24, 2011

accessive · Sometimes we sacrifice encapsulation just to let us access a method or field of an object from its unit tests. This framework uses reflection and dynamic proxies to access private portion of your objects, allowing you to keep them strongly encapsulated and still be able to test their internals using the provided accessors.

Table Of Contents

Latest Version

Download com.j2speed : accessive Javadoc & API Documentation - Latest Versions:

All Versions

Download com.j2speed : accessive Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file accessive-1.1.1-javadoc.jar to accessive-1.1.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder accessive-1.1.1-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 "accessive-1.1.1-sources.jar" -d "accessive-1.1.1-javadoc" -subpackages