awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sviperll avatar

sviperll/adt4j

0
View on GitHub↗
150 星标·9 分支·Java·BSD-3-Clause·3 次浏览

Adt4j

adt4j - Algebraic Data Types for Java

Features

  • Code Generation and Bytecode - Implements algebraic data types via annotation processing.
  • Code Generators - JSR-269 generator for algebraic data types.

Star 历史

sviperll/adt4j 的 Star 历史图表sviperll/adt4j 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Adt4j 的开源替代方案

相似的开源项目,按与 Adt4j 的功能重合度排序。
  • jhipster/generator-jhipsterjhipster 的头像

    jhipster/generator-jhipster

    22,418在 GitHub 上查看↗

    This project is a full-stack application generator and Java application scaffolder designed to produce the initial project structure and boilerplate code for modern web applications and microservice architectures. It functions as a development platform that uses predefined technology stacks to automate the creation of backend services and APIs. The system includes a customizable code blueprint tool, allowing users to extend or replace standard generation patterns to modify the default code structure of client and server components. It also provides a containerized development environment to e

    TypeScriptangularclouddocker
    在 GitHub 上查看↗22,418
  • square/javapoetsquare 的头像

    square/javapoet

    10,850在 GitHub 上查看↗

    JavaPoet is a source code generator and metaprogramming utility for the Java language. It functions as an abstract syntax tree construction library that allows developers to model classes, methods, and fields as objects before emitting them as source code. The library distinguishes itself through automatic import management and code formatting. It tracks referenced types to generate required import statements and handles line wrapping, semicolon placement, and indentation to ensure generated files remain readable. The tool covers a broad range of generation capabilities, including the defini

    Java
    在 GitHub 上查看↗10,850
  • google/autogoogle 的头像

    google/auto

    10,545在 GitHub 上查看↗

    This project is a Java annotation processing framework and source code generator designed to automate repetitive boilerplate and reduce manual coding errors. It functions as a toolkit for building custom annotation processors that produce source code, metadata, and type definitions during the compilation process. The framework specifically automates the creation of immutable value types with built-in equality and hashing logic, as well as the generation of factory implementations for dependency injection. It also handles the automated production of service provider configuration files to enab

    Java
    在 GitHub 上查看↗10,545
  • ahmetalpbalkan/go-linqahmetalpbalkan 的头像

    ahmetalpbalkan/go-linq

    3,654在 GitHub 上查看↗

    .NET LINQ capabilities in Go

    Go
    在 GitHub 上查看↗3,654
查看 Adt4j 的所有 30 个替代方案→

常见问题解答

sviperll/adt4j 是做什么的?

adt4j - Algebraic Data Types for Java

sviperll/adt4j 的主要功能有哪些?

sviperll/adt4j 的主要功能包括:Code Generation and Bytecode, Code Generators。

sviperll/adt4j 有哪些开源替代品?

sviperll/adt4j 的开源替代品包括: square/javapoet — JavaPoet is a source code generator and metaprogramming utility for the Java language. It functions as an abstract… jhipster/generator-jhipster — This project is a full-stack application generator and Java application scaffolder designed to produce the initial… google/auto — This project is a Java annotation processing framework and source code generator designed to automate repetitive… ahmetalpbalkan/go-linq — .NET LINQ capabilities in Go. antst/go-apispec — Generate OpenAPI 3.1 specs from Go source code via static analysis — zero annotations, automatic framework detection. andreasewering/travelm-agency — Compile time internationalization for Elm supporting multiple input and output formats.