DOC

codes.rafael.structuraltype : structural-type

Maven & Gradle

Apr 14, 2023
0 stars

Structural types for Java · This project aims to create a structural representation of similar nominal Java classes. A structural type is represented by an interface that contains property accessors for all properties that are defined by those classes. For each class, a projection class is generated that implements that interface for delegation to the nominal classes for which the structure was created. Additionally, a template implementation is created that implements the structural interface as a Java bean.

Table Of Contents

Latest Version

Download codes.rafael.structuraltype : structural-type Javadoc & API Documentation - Latest Versions:

All Versions

Download codes.rafael.structuraltype : structural-type Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.5
1.4
1.3
1.2
1.1
1.0

How to open Javadoc JAR file in web browser

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