1
0

Package-Dokumentation an aktuellen Stand angepasst

This commit is contained in:
2026-04-02 16:56:17 +02:00
parent 19c2f42ed7
commit ceee085055
3 changed files with 0 additions and 9 deletions

View File

@@ -3,6 +3,5 @@
* <p> * <p>
* This package contains implementations of outbound ports for external systems * This package contains implementations of outbound ports for external systems
* (PDF processing, database access, HTTP clients, etc.). * (PDF processing, database access, HTTP clients, etc.).
* AP-003: Currently empty as no outbound implementations have been created yet.
*/ */
package de.gecheckt.pdf.umbenenner.adapter.out; package de.gecheckt.pdf.umbenenner.adapter.out;

View File

@@ -3,8 +3,6 @@
* <p> * <p>
* Implementations: * Implementations:
* <ul> * <ul>
* <li>{@link de.gecheckt.pdf.umbenenner.application.usecase.NoOpRunBatchProcessingUseCase}
* — Minimal no-op for technical validation without start protection</li>
* <li>{@link de.gecheckt.pdf.umbenenner.application.usecase.DefaultBatchRunProcessingUseCase} * <li>{@link de.gecheckt.pdf.umbenenner.application.usecase.DefaultBatchRunProcessingUseCase}
* — Production implementation with run lock and controlled batch cycle</li> * — Production implementation with run lock and controlled batch cycle</li>
* </ul> * </ul>

View File

@@ -4,12 +4,6 @@
* This package is infrastructure-agnostic and contains no dependencies on external systems, * This package is infrastructure-agnostic and contains no dependencies on external systems,
* databases, filesystems, HTTP clients, or any other technical infrastructure. * databases, filesystems, HTTP clients, or any other technical infrastructure.
* <p> * <p>
* M2-AP-001 Implementation:
* <ul>
* <li>{@link de.gecheckt.pdf.umbenenner.domain.model} — Core domain model including
* {@link de.gecheckt.pdf.umbenenner.domain.model.ProcessingStatus} enumeration</li>
* </ul>
* <p>
* Subpackages: * Subpackages:
* <ul> * <ul>
* <li><strong>model:</strong> Domain entities and value objects (e.g., status enumerations)</li> * <li><strong>model:</strong> Domain entities and value objects (e.g., status enumerations)</li>