This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user