DOC

site.sorghum.anno : anno-admin-parent

Maven & Gradle

Jan 08, 2024

anno-admin · Anno-Admin是一个开源项目,它通过注解生成后台管理系统。这个项目的目的是为了让开发者能够更加轻松地创建一个功能强大的后台管理系统,而不需要手动编写大量的代码。使用Anno-Admin,开发者只需要在代码中添加一些注解,就可以自动生成后台管理系统的各种功能,包括用户管理、权限管理、数据管理等等。这个项目非常适合那些需要快速开发后台管理系统的开发者,同时也非常适合那些想要学习注解和代码生成技术的开发者。

Table Of Contents

Latest Version

Download site.sorghum.anno : anno-admin-parent Javadoc & API Documentation - Latest Versions:

All Versions

Download site.sorghum.anno : anno-admin-parent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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