awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sviperll avatar

sviperll/adt4j

0
View on GitHub↗
150 Stars·9 Forks·Java·BSD-3-Clause·2 Aufrufe

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-Verlauf

Star-Verlauf für sviperll/adt4jStar-Verlauf für sviperll/adt4j

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Adt4j

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Adt4j.
  • jhipster/generator-jhipsterAvatar von jhipster

    jhipster/generator-jhipster

    22,418Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗22,418
  • square/javapoetAvatar von square

    square/javapoet

    10,850Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,850
  • google/autoAvatar von google

    google/auto

    10,545Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,545
  • ahmetalpbalkan/go-linqAvatar von ahmetalpbalkan

    ahmetalpbalkan/go-linq

    3,654Auf GitHub ansehen↗

    .NET LINQ capabilities in Go

    Go
    Auf GitHub ansehen↗3,654
Alle 30 Alternativen zu Adt4j anzeigen→

Häufig gestellte Fragen

Was macht sviperll/adt4j?

adt4j - Algebraic Data Types for Java

Was sind die Hauptfunktionen von sviperll/adt4j?

Die Hauptfunktionen von sviperll/adt4j sind: Code Generation and Bytecode, Code Generators.

Welche Open-Source-Alternativen gibt es zu sviperll/adt4j?

Open-Source-Alternativen zu sviperll/adt4j sind unter anderem: 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.