DOC

io.github.sebastian-toepfer.ddd : domain-driven-desgin

Maven & Gradle

Jun 05, 2023
0 stars

Domain Driven Desgin · A library for creating better systems according to domain driven design. Starting with creating representations (also known as media without) getters/setters, for more information read: https://www.yegor256.com/2016/04/05/printers-instead-of-getters.html

Table Of Contents

Latest Version

Download io.github.sebastian-toepfer.ddd : domain-driven-desgin Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.sebastian-toepfer.ddd : domain-driven-desgin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.4.x
0.3.x
0.2.x
0.1.x

How to open Javadoc JAR file in web browser

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