Got most of the create menu working
Build / build (push) Failing after 15s

This commit is contained in:
2025-06-07 17:32:55 +02:00
parent 07765b8367
commit e703da995e
17 changed files with 286 additions and 20 deletions
@@ -1,6 +1,7 @@
package be.seeseepuff.pcinv.models;
import be.seeseepuff.pcinv.meta.AssetInfo;
import be.seeseepuff.pcinv.meta.Capacity;
import be.seeseepuff.pcinv.meta.Property;
import jakarta.persistence.*;
import lombok.Getter;
@@ -29,6 +30,7 @@ public class RamAsset implements Asset
/// The capacity of the RAM in bytes.
@Property("Capacity")
@Capacity
private long capacity;
/// The type of memory. E.g.: DDR2, SDRAM, ISA-8, etc...